OperationResult interface
An Operation Result
Properties
error | Error details for the operation in case of a failure. |
status | The operation status. |
status |
The status code for the operation. |
Property Details
error
Error details for the operation in case of a failure.
error?: OperationError
Property Value
status
The operation status.
status?: string
Property Value
string
statusCode
The status code for the operation.
statusCode?: string
Property Value
string