Compartir a través de


CosmosDBErrorResult Class

Definition

Error Response.

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

Properties

Code

Error code.

Message

Error message indicating why the operation failed.

Explicit Interface Implementations

IJsonModel<CosmosDBErrorResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CosmosDBErrorResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CosmosDBErrorResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CosmosDBErrorResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CosmosDBErrorResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to