ErrorCode
Specifies possible types of errors in the SDK
Index
Enumeration members
Enumeration members
DataUnavailable
• DataUnavailable: = "DataUnavailable"
Defined in src/types/index.ts:454
FatalError
• FatalError: = "FatalError"
Defined in src/types/index.ts:448
IdentityNotPresent
• IdentityNotPresent: = "IdentityNotPresent"
Defined in src/types/index.ts:453
InvalidUuid
• InvalidUuid: = "InvalidUuid"
Defined in src/types/index.ts:449
MiddlewareError
• MiddlewareError: = "MiddlewareError"
Defined in src/types/index.ts:452
NotAuthorized
• NotAuthorized: = "NotAuthorized"
Defined in src/types/index.ts:451
TransactionAborted
• TransactionAborted: = "TransactionAborted"
Defined in src/types/index.ts:445
TransactionRejectedByUser
• TransactionRejectedByUser: = "TransactionRejectedByUser"
Defined in src/types/index.ts:446
TransactionReverted
• TransactionReverted: = "TransactionReverted"
Defined in src/types/index.ts:447
ValidationError
• ValidationError: = "ValidationError"
Defined in src/types/index.ts:450
Last updated