ErrorCode

Specifies possible types of errors in the SDK

Index

Enumeration members

Enumeration members

DataUnavailable

DataUnavailable: = "DataUnavailable"

Defined in src/types/index.ts:438arrow-up-right

FatalError

FatalError: = "FatalError"

Defined in src/types/index.ts:432arrow-up-right

IdentityNotPresent

IdentityNotPresent: = "IdentityNotPresent"

Defined in src/types/index.ts:437arrow-up-right

InvalidUuid

InvalidUuid: = "InvalidUuid"

Defined in src/types/index.ts:433arrow-up-right

MiddlewareError

MiddlewareError: = "MiddlewareError"

Defined in src/types/index.ts:436arrow-up-right

NotAuthorized

NotAuthorized: = "NotAuthorized"

Defined in src/types/index.ts:435arrow-up-right

TransactionAborted

TransactionAborted: = "TransactionAborted"

Defined in src/types/index.ts:429arrow-up-right

TransactionRejectedByUser

TransactionRejectedByUser: = "TransactionRejectedByUser"

Defined in src/types/index.ts:430arrow-up-right

TransactionReverted

TransactionReverted: = "TransactionReverted"

Defined in src/types/index.ts:431arrow-up-right

ValidationError

ValidationError: = "ValidationError"

Defined in src/types/index.ts:434arrow-up-right

Last updated

Was this helpful?