ErrorResponseBody interface

Details of error response.

Properties

code

Error code, intended to be consumed programmatically.

details

A list of additional details about the error.

message

Description of the error, intended for display in user interface.

target

Target of the particular error, for example name of the property.

Property Details

code

Error code, intended to be consumed programmatically.

code?: string

Property Value

string

details

A list of additional details about the error.

details?: ErrorResponseBody[]

Property Value

message

Description of the error, intended for display in user interface.

message?: string

Property Value

string

target

Target of the particular error, for example name of the property.

target?: string

Property Value

string