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