MigrationErrorType interface

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

Properties

code

Error code. NOTE: This property will not be serialized. It can only be populated by the server.

errorMessage

Error message indicating why the operation failed. NOTE: This property will not be serialized. It can only be populated by the server.

nextSteps

Describes what needs to be done to fix the problem NOTE: This property will not be serialized. It can only be populated by the server.

resourceName

Resource which has the problem. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

code

Error code. NOTE: This property will not be serialized. It can only be populated by the server.

code?: string

Property Value

string

errorMessage

Error message indicating why the operation failed. NOTE: This property will not be serialized. It can only be populated by the server.

errorMessage?: string

Property Value

string

nextSteps

Describes what needs to be done to fix the problem NOTE: This property will not be serialized. It can only be populated by the server.

nextSteps?: string

Property Value

string

resourceName

Resource which has the problem. NOTE: This property will not be serialized. It can only be populated by the server.

resourceName?: string

Property Value

string