Interface: IdoSdkError
Interface
Description
Common interface for Promise rejections. Developers should handle according to the
Error Code
Properties
errorCode
• Readonly
errorCode: ErrorCode
Description
The error code.
description
• Readonly
description: string
Description
The error description.
data
• Optional
Readonly
data: any
Description
The error additional data. Optional.