OperationError interface

Represents a system or infrastructure error encountered during an async operation.

Properties

errorCode

The error code identifying the type of system error.

errorMessage

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