WorkflowExpressionResourceErrorInfo Class

Definition

The azure resource error info.

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

Properties

Code

The error code.

(Inherited from WebAppErrorInfo)
Details

The error details.

Message

The error message.

Explicit Interface Implementations

IJsonModel<WebAppErrorInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from WebAppErrorInfo)
IJsonModel<WorkflowExpressionResourceErrorInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WorkflowExpressionResourceErrorInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WebAppErrorInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from WebAppErrorInfo)
IPersistableModel<WorkflowExpressionResourceErrorInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WorkflowExpressionResourceErrorInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WorkflowExpressionResourceErrorInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to