Compartir a través de


ARMErrorResponseBody interface

ARM error response body.

Properties

code

Gets or sets the string that can be used to programmatically identify the error.

message

Gets or sets the string that describes the error in detail and provides debugging information.

Property Details

code

Gets or sets the string that can be used to programmatically identify the error.

code?: string

Property Value

string

message

Gets or sets the string that describes the error in detail and provides debugging information.

message?: string

Property Value

string