CloudError interface

Provides additional information about an http error response.

Properties

additionalInfo

Gets or sets additional error info.

code

Error code.

details

Gets or sets details for the error.

message

The error message parsed from the body of the http error response.

target

Gets or sets the target of the error.

Property Details

additionalInfo

Gets or sets additional error info.

additionalInfo?: AdditionalErrorInfo[]

Property Value

code

Error code.

code?: string

Property Value

string

details

Gets or sets details for the error.

details?: CloudError[]

Property Value

message

The error message parsed from the body of the http error response.

message?: string

Property Value

string

target

Gets or sets the target of the error.

target?: string

Property Value

string