The following table lists error codes that could be returned in case an error was encountered during the encoding task execution. To get error details in your .NET code, use the ErrorDetails class. To get error details in your REST code, use the ErrorDetail REST API.
| ErrorDetail.Code | Possible causes for error |
|---|---|
| Unknown | Unknown error while executing the task |
| ErrorDownloadingInputAssetMalformedContent | Category of errors that covers errors in downloading input asset such as bad file names, zero length files, incorrect formats and so on. |
| ErrorDownloadingInputAssetServiceFailure | Category of errors that covers problems on the service side - for example network or storage errors while downloading. |
| ErrorParsingConfiguration | Category of errors where task |
| ErrorExecutingTaskMalformedContent | Category of errors during the execution of the task where issues inside the input media files cause failure. |
| ErrorExecutingTaskUnsupportedFormat | Category of errors where the media processor cannot process the files provided - media format not supported, or does not match the Configuration. For example, trying to produce an audio-only output from an asset that has only video |
| ErrorProcessingTask | Category of other errors that the media processor encounters during the processing of the task that are unrelated to content. |
| ErrorUploadingOutputAsset | Category of errors when uploading the output asset |
| ErrorCancelingTask | Category of errors to cover failures when attempting to cancel the Task |
| TransientError | Category of errors to cover transient issues (eg. temporary networking issues with Azure Storage) |
To get help from the Media Services team, open a support ticket.
Media Services learning paths
Read about the Azure Media Services learning paths:
Provide feedback
Use the User Voice forum to provide feedback and make suggestions on how to improve Azure Media Services. You also can go directly to one of the following categories:
- Azure Media Player
- Client SDK libraries
- Encoding and processing
- Live streaming
- Media Analytics
- Azure portal
- REST API and platform
- Video on-demand streaming
