ErrorResponse interface
Describes the format of Error response.
Property Details
code
Error code
code?: undefined | string
Property Value
undefined | string
message
Error message indicating why the operation failed.
message?: undefined | string
Property Value
undefined | string