ErrorCode

Specifies possible types of errors in the SDK

Index

Enumeration members

Enumeration members

DataUnavailable

DataUnavailable: = "DataUnavailable"

Defined in src/types/index.ts:443

FatalError

FatalError: = "FatalError"

Defined in src/types/index.ts:437

IdentityNotPresent

IdentityNotPresent: = "IdentityNotPresent"

Defined in src/types/index.ts:442

InvalidUuid

InvalidUuid: = "InvalidUuid"

Defined in src/types/index.ts:438

MiddlewareError

MiddlewareError: = "MiddlewareError"

Defined in src/types/index.ts:441

NotAuthorized

NotAuthorized: = "NotAuthorized"

Defined in src/types/index.ts:440

TransactionAborted

TransactionAborted: = "TransactionAborted"

Defined in src/types/index.ts:434

TransactionRejectedByUser

TransactionRejectedByUser: = "TransactionRejectedByUser"

Defined in src/types/index.ts:435

TransactionReverted

TransactionReverted: = "TransactionReverted"

Defined in src/types/index.ts:436

ValidationError

ValidationError: = "ValidationError"

Defined in src/types/index.ts:439

Last updated