다음을 통해 공유


LogicErrorResponse Class

Definition

Error response indicates Logic service is not able to process the incoming request. The error property contains the error details.

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

Constructors

LogicErrorResponse()

Initializes a new instance of LogicErrorResponse.

Properties

Code

Error code.

Message

Error message indicating why the operation failed.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LogicErrorResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LogicErrorResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LogicErrorResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LogicErrorResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LogicErrorResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to