ErrorCode
Specifies possible types of errors in the SDK
Index
Enumeration members
Enumeration members
DataUnavailable
• DataUnavailable: = "DataUnavailable"
Defined in src/types/index.ts:474
FatalError
• FatalError: = "FatalError"
Defined in src/types/index.ts:468
IdentityNotPresent
• IdentityNotPresent: = "IdentityNotPresent"
Defined in src/types/index.ts:473
InvalidUuid
• InvalidUuid: = "InvalidUuid"
Defined in src/types/index.ts:469
MiddlewareError
• MiddlewareError: = "MiddlewareError"
Defined in src/types/index.ts:472
NotAuthorized
• NotAuthorized: = "NotAuthorized"
Defined in src/types/index.ts:471
TransactionAborted
• TransactionAborted: = "TransactionAborted"
Defined in src/types/index.ts:465
TransactionRejectedByUser
• TransactionRejectedByUser: = "TransactionRejectedByUser"
Defined in src/types/index.ts:466
TransactionReverted
• TransactionReverted: = "TransactionReverted"
Defined in src/types/index.ts:467
ValidationError
• ValidationError: = "ValidationError"
Defined in src/types/index.ts:470
Last updated