Поделиться через


AutomationResponseError Class

Definition

Error response of an operation failure.

public class AutomationResponseError : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.Models.AutomationResponseError>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.Models.AutomationResponseError>
public class AutomationResponseError
type AutomationResponseError = class
    interface IJsonModel<AutomationResponseError>
    interface IPersistableModel<AutomationResponseError>
type AutomationResponseError = class
Public Class AutomationResponseError
Implements IJsonModel(Of AutomationResponseError), IPersistableModel(Of AutomationResponseError)
Public Class AutomationResponseError
Inheritance
AutomationResponseError
Implements

Constructors

AutomationResponseError()

Initializes a new instance of AutomationResponseError.

Properties

Code

Error code.

Message

Error message indicating why the operation failed.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AutomationResponseError>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AutomationResponseError>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutomationResponseError>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutomationResponseError>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AutomationResponseError>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to