ErrorCode

Specifies possible types of errors in the SDK

Index

Enumeration members

Enumeration members

DataUnavailable

DataUnavailable: = "DataUnavailable"

Defined in src/types/index.ts:438

FatalError

FatalError: = "FatalError"

Defined in src/types/index.ts:432

IdentityNotPresent

IdentityNotPresent: = "IdentityNotPresent"

Defined in src/types/index.ts:437

InvalidUuid

InvalidUuid: = "InvalidUuid"

Defined in src/types/index.ts:433

MiddlewareError

MiddlewareError: = "MiddlewareError"

Defined in src/types/index.ts:436

NotAuthorized

NotAuthorized: = "NotAuthorized"

Defined in src/types/index.ts:435

TransactionAborted

TransactionAborted: = "TransactionAborted"

Defined in src/types/index.ts:429

TransactionRejectedByUser

TransactionRejectedByUser: = "TransactionRejectedByUser"

Defined in src/types/index.ts:430

TransactionReverted

TransactionReverted: = "TransactionReverted"

Defined in src/types/index.ts:431

ValidationError

ValidationError: = "ValidationError"

Defined in src/types/index.ts:434

Last updated