다음을 통해 공유


LogicExpressionErrorInfo Class

Definition

The azure resource error info.

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

Properties

Code

The error code.

(Inherited from LogicErrorInfo)
Details

The error details.

Message

The error message.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from LogicErrorInfo)

Explicit Interface Implementations

IJsonModel<LogicErrorInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from LogicErrorInfo)
IJsonModel<LogicErrorInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from LogicErrorInfo)
IJsonModel<LogicExpressionErrorInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LogicExpressionErrorInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LogicErrorInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from LogicErrorInfo)
IPersistableModel<LogicErrorInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from LogicErrorInfo)
IPersistableModel<LogicErrorInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from LogicErrorInfo)
IPersistableModel<LogicExpressionErrorInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LogicExpressionErrorInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LogicExpressionErrorInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to