OperationError interface
Error details for the operation in case of a failure.
Properties
code | The error code of the operation error. |
message | The error message of the operation error. |
Property Details
code
The error code of the operation error.
code?: string
Property Value
string
message
The error message of the operation error.
message?: string
Property Value
string