ErrorResponseError interface

model interface ErrorResponseError

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.

details

An array of additional nested error response info objects, as described by this contract.

message

Describes the error in detail and provides debugging information. If Accept-Language is set in the request, it must be localized to that language.

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?: ErrorResponseErrorAdditionalInfoItem[]

Property Value

code

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

code?: string

Property Value

string

details

An array of additional nested error response info objects, as described by this contract.

details?: ErrorDetail[]

Property Value

message

Describes the error in detail and provides debugging information. If Accept-Language is set in the request, it must be localized to that language.

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