CommonErrorResponse interface

Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.)

Properties

additionalInfo

The error additional info.

code

Error code

details

The error details.

message

Error message indicating why the operation failed.

target

The error target.

Property Details

additionalInfo

The error additional info.

additionalInfo?: ErrorAdditionalInfo[]

Property Value

code

Error code

code?: string

Property Value

string

details

The error details.

details?: CommonErrorResponse[]

Property Value

message

Error message indicating why the operation failed.

message?: string

Property Value

string

target

The error target.

target?: string

Property Value

string