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