CodeMessageErrorError interface

The error details for a failed request.

Properties

code

The error type.

message

The error message.

Property Details

code

The error type.

code?: string

Property Value

string

message

The error message.

message?: string

Property Value

string