ErrorResponse interface

Error response information.

Properties

code

Error code.

details

An array of error detail objects.

message

Error message.

Property Details

code

Error code.

code: string

Property Value

string

details

An array of error detail objects.

details?: ErrorDetail[]

Property Value

message

Error message.

message: string

Property Value

string