ErrorResponse interface

Error details.

Properties

code

The error code.

details

The error details.

message

The error message.

Property Details

code

The error code.

code?: string

Property Value

string

details

The error details.

details?: string

Property Value

string

message

The error message.

message?: string

Property Value

string