CodeMessageErrorError interface
The error details for a failed request.
Property Details
code
The error type.
code?: string
Property Value
string
message
The error message.
message?: string
Property Value
string