ErrorResponse interface

Error Response.

Properties

code

Service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response.

details

The list of invalid fields send in request, in case of validation error.

message

Human-readable representation of the error.

Property Details

code

Service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response.

code?: string

Property Value

string

details

The list of invalid fields send in request, in case of validation error.

details?: ErrorFieldContract[]

Property Value

message

Human-readable representation of the error.

message?: string

Property Value

string