Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MediaJobError

Package version

interface

An interface representing MediaJobError. Details of JobOutput errors.

Hierarchy

  • MediaJobError

Index

Properties

Optional category

member

{MediaJobErrorCategory} [category] Helps with categorization of errors. Possible values include: 'Service', 'Download', 'Upload', 'Configuration', 'Content' NOTE: This property will not be serialized. It can only be populated by the server.

Optional code

member

{MediaJobErrorCode} [code] Error code describing the error. Possible values include: 'ServiceError', 'ServiceTransientError', 'DownloadNotAccessible', 'DownloadTransientError', 'UploadNotAccessible', 'UploadTransientError', 'ConfigurationUnsupported', 'ContentMalformed', 'ContentUnsupported' NOTE: This property will not be serialized. It can only be populated by the server.

Optional details

member

{MediaJobErrorDetail[]} [details] An array of details about specific errors that led to this reported error. NOTE: This property will not be serialized. It can only be populated by the server.

Optional message

message: undefined | string
member

{string} [message] A human-readable language-dependent representation of the error. NOTE: This property will not be serialized. It can only be populated by the server.

Optional retry

member

{MediaJobRetry} [retry] Indicates that it may be possible to retry the Job. If retry is unsuccessful, please contact Azure support via Azure Portal. Possible values include: 'DoNotRetry', 'MayRetry' NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc