ValidateResponseError Class

Definition

Error details for when validation fails.

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

Properties

Code

Validation error code.

Message

Validation error message.

Explicit Interface Implementations

IJsonModel<ValidateResponseError>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ValidateResponseError>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ValidateResponseError>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ValidateResponseError>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ValidateResponseError>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to