Details about the error that resulted in failure of the job.

interface MediaAnalysisJobFailureDetails {
    Code?: MediaAnalysisJobFailureCode;
    Message?: string;
}

Properties

Properties

Error code for the failed job.

Message?: string

Human readable error message.