ErrorCode
Specifies possible types of errors in the SDK
Index
Enumeration members
Enumeration members
DataUnavailable
• DataUnavailable: = "DataUnavailable"
Defined in src/types/index.ts:446
FatalError
• FatalError: = "FatalError"
Defined in src/types/index.ts:440
IdentityNotPresent
• IdentityNotPresent: = "IdentityNotPresent"
Defined in src/types/index.ts:445
InvalidUuid
• InvalidUuid: = "InvalidUuid"
Defined in src/types/index.ts:441
MiddlewareError
• MiddlewareError: = "MiddlewareError"
Defined in src/types/index.ts:444
NotAuthorized
• NotAuthorized: = "NotAuthorized"
Defined in src/types/index.ts:443
TransactionAborted
• TransactionAborted: = "TransactionAborted"
Defined in src/types/index.ts:437
TransactionRejectedByUser
• TransactionRejectedByUser: = "TransactionRejectedByUser"
Defined in src/types/index.ts:438
TransactionReverted
• TransactionReverted: = "TransactionReverted"
Defined in src/types/index.ts:439
ValidationError
• ValidationError: = "ValidationError"
Defined in src/types/index.ts:442
Last updated