다음을 통해 공유


LogicErrorInfo Class

Definition

The error info.

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

Properties

Code

The error code.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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.

IJsonModel<LogicErrorInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LogicErrorInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LogicErrorInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LogicErrorInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to