ErrorDetails interface

An error response details received from the Azure Maintenance service.

Properties

code

Service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response.

message

Human-readable representation of the error.

Property Details

code

Service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response.

code?: string

Property Value

string

message

Human-readable representation of the error.

message?: string

Property Value

string