ErrorCode
Specifies possible types of errors in the SDK
Index
Enumeration members
Enumeration members
DataUnavailable
• DataUnavailable: = "DataUnavailable"
Defined in src/types/index.ts:392
FatalError
• FatalError: = "FatalError"
Defined in src/types/index.ts:386
IdentityNotPresent
• IdentityNotPresent: = "IdentityNotPresent"
Defined in src/types/index.ts:391
InvalidUuid
• InvalidUuid: = "InvalidUuid"
Defined in src/types/index.ts:387
MiddlewareError
• MiddlewareError: = "MiddlewareError"
Defined in src/types/index.ts:390
NotAuthorized
• NotAuthorized: = "NotAuthorized"
Defined in src/types/index.ts:389
TransactionAborted
• TransactionAborted: = "TransactionAborted"
Defined in src/types/index.ts:383
TransactionRejectedByUser
• TransactionRejectedByUser: = "TransactionRejectedByUser"
Defined in src/types/index.ts:384
TransactionReverted
• TransactionReverted: = "TransactionReverted"
Defined in src/types/index.ts:385
ValidationError
• ValidationError: = "ValidationError"
Defined in src/types/index.ts:388
Last updated