Skip to main content
Module

x/polkadot/types/interfaces/index.ts>DispatchErrorPre6

Package publishing for deno.land/x/polkadot
Go to Latest
interface DispatchErrorPre6
implements Enum
import { type DispatchErrorPre6 } from "https://deno.land/x/polkadot@0.2.25/types/interfaces/index.ts";

Properties

readonly
isOther: boolean
readonly
isCannotLookup: boolean
readonly
isBadOrigin: boolean
readonly
isModule: boolean
readonly
asModule: DispatchErrorModulePre6
readonly
isConsumerRemaining: boolean
readonly
isNoProviders: boolean
readonly
isTooManyConsumers: boolean
readonly
isToken: boolean
readonly
asToken: TokenError
readonly
isArithmetic: boolean
readonly
asArithmetic: ArithmeticError
readonly
isTransactional: boolean
readonly
asTransactional: TransactionalError
readonly
type:
| "Other"
| "CannotLookup"
| "BadOrigin"
| "Module"
| "ConsumerRemaining"
| "NoProviders"
| "TooManyConsumers"
| "Token"
| "Arithmetic"
| "Transactional"