ErrorDetailsWithNestedDetails Class

Definition

The details of the error.

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

Properties

Name Description
Code

Error code.

(Inherited from ExportRunErrorDetails)
Message

Error message indicating why the operation failed.

(Inherited from ExportRunErrorDetails)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ErrorDetailsWithNestedDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ErrorDetailsWithNestedDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<ExportRunErrorDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ExportRunErrorDetails)
IPersistableModel<ErrorDetailsWithNestedDetails>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ErrorDetailsWithNestedDetails>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ErrorDetailsWithNestedDetails>.Write(ModelReaderWriterOptions)
IPersistableModel<ExportRunErrorDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ExportRunErrorDetails)

Applies to