Share via


MigrationErrorType Class

Definition

Error response indicates CDN service is not able to process the incoming request. The reason is provided in the error message.

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

Properties

Code

Error code.

ErrorMessage

Error message indicating why the operation failed.

NextSteps

Describes what needs to be done to fix the problem.

ResourceName

Resource which has the problem.

Explicit Interface Implementations

IJsonModel<MigrationErrorType>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrationErrorType>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrationErrorType>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrationErrorType>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrationErrorType>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to