OperationError interface
Represents a system or infrastructure error encountered during an async operation.
Properties
| error |
The error code identifying the type of system error. |
| error |
A human-readable description of the system error. |
Property Details
errorCode
The error code identifying the type of system error.
errorCode: string
Property Value
string
errorMessage
A human-readable description of the system error.
errorMessage: string
Property Value
string