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