MediaJobError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Details of JobOutput errors.
public class MediaJobError : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Media.Models.MediaJobError>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Media.Models.MediaJobError>
public class MediaJobError
type MediaJobError = class
interface IJsonModel<MediaJobError>
interface IPersistableModel<MediaJobError>
type MediaJobError = class
Public Class MediaJobError
Implements IJsonModel(Of MediaJobError), IPersistableModel(Of MediaJobError)
Public Class MediaJobError
- Inheritance
-
MediaJobError
- Implements
Properties
Category |
Helps with categorization of errors. |
Code |
Error code describing the error. |
Details |
An array of details about specific errors that led to this reported error. |
Message |
A human-readable language-dependent representation of the error. |
Retry |
Indicates that it may be possible to retry the Job. If retry is unsuccessful, please contact Azure support via Azure Portal. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<MediaJobError>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MediaJobError>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MediaJobError>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MediaJobError>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MediaJobError>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET