ErrorDetail interface

Describes details of an error response.

Properties

additionalInfo

An array of objects with 'type' and 'info' properties. The schema of 'info' is service-specific and dependent on the 'type' string.

code

Unlocalized string which can be used to programmatically identify the error.

message

Describes the error in detail and provides debugging information.

target

The target of the particular error (for example, the name of the property in error).

Property Details

additionalInfo

An array of objects with 'type' and 'info' properties. The schema of 'info' is service-specific and dependent on the 'type' string.

additionalInfo?: ErrorDetailAdditionalInfoItem[]

Property Value

code

Unlocalized string which can be used to programmatically identify the error.

code?: string

Property Value

string

message

Describes the error in detail and provides debugging information.

message?: string

Property Value

string

target

The target of the particular error (for example, the name of the property in error).

target?: string

Property Value

string