Skip to content
On this page

Class: BaseError

Extends

  • Error

Constructors

new BaseError

new BaseError(shortMessage, args?): BaseError

Parameters

ParameterType
shortMessagestring
args?BaseErrorArgs

Returns

BaseError

Overrides

Error.constructor

Defined In

node_modules/.pnpm/abitype@0.7.1_typescript@4.9.5/node_modules/abitype/dist/index.d.ts:22

Properties

details

details: string

Defined In

node_modules/.pnpm/abitype@0.7.1_typescript@4.9.5/node_modules/abitype/dist/index.d.ts:17


docsPath

optional docsPath: string

Defined In

node_modules/.pnpm/abitype@0.7.1_typescript@4.9.5/node_modules/abitype/dist/index.d.ts:18


message

message: string

Defined In

node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.es5.d.ts:1054

Inherited from

Error.message


metaMessages

optional metaMessages: string[]

Defined In

node_modules/.pnpm/abitype@0.7.1_typescript@4.9.5/node_modules/abitype/dist/index.d.ts:19


name

name: string

Defined In

node_modules/.pnpm/abitype@0.7.1_typescript@4.9.5/node_modules/abitype/dist/index.d.ts:21

Overrides

Error.name


shortMessage

shortMessage: string

Defined In

node_modules/.pnpm/abitype@0.7.1_typescript@4.9.5/node_modules/abitype/dist/index.d.ts:20


stack

optional stack: string

Defined In

node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib/lib.es5.d.ts:1055

Inherited from

Error.stack


Generated using TypeDoc and typedoc-plugin-markdown