ErrorResponse interface
Error response information.
Properties
Property Details
code
Error code.
code: string
Property Value
details
An array of error detail objects.
details?: ErrorDetail[]
Property Value
message
Error message.
message: string
Property Value