ErrorCode

Specifies possible types of errors in the SDK

Index

Enumeration members

Enumeration members

DataUnavailable

DataUnavailable: = "DataUnavailable"

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

FatalError

FatalError: = "FatalError"

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

IdentityNotPresent

IdentityNotPresent: = "IdentityNotPresent"

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

InvalidUuid

InvalidUuid: = "InvalidUuid"

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

MiddlewareError

MiddlewareError: = "MiddlewareError"

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

NotAuthorized

NotAuthorized: = "NotAuthorized"

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

TransactionAborted

TransactionAborted: = "TransactionAborted"

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

TransactionRejectedByUser

TransactionRejectedByUser: = "TransactionRejectedByUser"

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

TransactionReverted

TransactionReverted: = "TransactionReverted"

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

ValidationError

ValidationError: = "ValidationError"

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

Last updated

Was this helpful?