ErrorCode
Last updated
Was this helpful?
Specifies possible types of errors in the SDK
• DataUnavailable: = "DataUnavailable"
Defined in src/types/index.ts:416
• FatalError: = "FatalError"
Defined in src/types/index.ts:410
• IdentityNotPresent: = "IdentityNotPresent"
Defined in src/types/index.ts:415
• InvalidUuid: = "InvalidUuid"
Defined in src/types/index.ts:411
• MiddlewareError: = "MiddlewareError"
Defined in src/types/index.ts:414
• NotAuthorized: = "NotAuthorized"
Defined in src/types/index.ts:413
• TransactionAborted: = "TransactionAborted"
Defined in src/types/index.ts:407
• TransactionRejectedByUser: = "TransactionRejectedByUser"
Defined in src/types/index.ts:408
• TransactionReverted: = "TransactionReverted"
Defined in src/types/index.ts:409
• ValidationError: = "ValidationError"
Defined in src/types/index.ts:412
Last updated
Was this helpful?
Was this helpful?