ErrorCode

Specifies possible types of errors in the SDK

Index

Enumeration members

  • FatalError

  • FeatureNotEnabled

  • FetcherValidationError

  • IncompatibleBrowser

  • IncorrectVersion

  • InexistentModule

  • InsufficientBalance

  • InvalidAddress

  • InvalidUuid

  • MetamaskNotInstalled

  • NonBrowserEnvironment

  • ProcedureValidationError

  • TransactionRejectedByUser

  • TransactionReverted

  • UnexpectedEventLogs

  • UnexpectedReturnData

  • UserDeniedAccess

  • WalletIsLocked

Enumeration members

FatalError

FatalError: = "FatalError"

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

FeatureNotEnabled

FeatureNotEnabled: = "FeatureNotEnabled"

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

FetcherValidationError

FetcherValidationError: = "FetcherValidationError"

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

IncompatibleBrowser

IncompatibleBrowser: = "IncompatibleBrowser"

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

IncorrectVersion

IncorrectVersion: = "IncorrectVersion"

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

InexistentModule

InexistentModule: = "InexistentModule"

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

InsufficientBalance

InsufficientBalance: = "InsufficientBalance"

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

InvalidAddress

InvalidAddress: = "InvalidAddress"

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

InvalidUuid

InvalidUuid: = "InvalidUuid"

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

MetamaskNotInstalled

MetamaskNotInstalled: = "MetamaskNotInstalled"

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

NonBrowserEnvironment

NonBrowserEnvironment: = "NonBrowserEnvironment"

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

ProcedureValidationError

ProcedureValidationError: = "ProcedureValidationError"

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

TransactionRejectedByUser

TransactionRejectedByUser: = "TransactionRejectedByUser"

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

TransactionReverted

TransactionReverted: = "TransactionReverted"

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

UnexpectedEventLogs

UnexpectedEventLogs: = "UnexpectedEventLogs"

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

UnexpectedReturnData

UnexpectedReturnData: = "UnexpectedReturnData"

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

UserDeniedAccess

UserDeniedAccess: = "UserDeniedAccess"

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

WalletIsLocked

WalletIsLocked: = "WalletIsLocked"

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

Last updated

Was this helpful?