ErrorResponse interface

Error Response.

Properties

code

Error code.

message

Error message indicating why the operation failed.

Property Details

code

Error code.

code?: string

Property Value

string

message

Error message indicating why the operation failed.

message?: string

Property Value

string