InvalidLengthError

types/public_keyDocs


near-sdk-js v2.0.0 / types/public_key / InvalidLengthError

Class: InvalidLengthError

Extends

Constructors

new InvalidLengthError()

new InvalidLengthError(length, expectedLength): InvalidLengthError

Parameters

length: number

expectedLength: number

Returns

InvalidLengthError

Overrides

ParsePublicKeyError.constructor

Defined in

packages/near-sdk-js/src/types/public_key.ts:63

Properties

cause?

optional cause: Error

Inherited from

ParsePublicKeyError.cause

Defined in

node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2022.error.d.ts:26


expectedLength

expectedLength: number

Defined in

packages/near-sdk-js/src/types/public_key.ts:63


length

length: number

Defined in

packages/near-sdk-js/src/types/public_key.ts:63


message

message: string

Inherited from

ParsePublicKeyError.message

Defined in

node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es5.d.ts:1029


name

name: string

Inherited from

ParsePublicKeyError.name

Defined in

node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es5.d.ts:1028


stack?

optional stack: string

Inherited from

ParsePublicKeyError.stack

Defined in

node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es5.d.ts:1030


prepareStackTrace()?

static optional prepareStackTrace: (err, stackTraces) => any

Optional override for formatting stack traces

Parameters

err: Error

stackTraces: CallSite[]

Returns

any

See

https://v8.dev/docs/stack-trace-api#customizing-stack-traces

Inherited from

ParsePublicKeyError.prepareStackTrace

Defined in

packages/near-sdk-js/node_modules/@types/node/globals.d.ts:11


stackTraceLimit

static stackTraceLimit: number

Inherited from

ParsePublicKeyError.stackTraceLimit

Defined in

packages/near-sdk-js/node_modules/@types/node/globals.d.ts:13

Methods

captureStackTrace()

static captureStackTrace(targetObject, constructorOpt?): void

Create .stack property on a target object

Parameters

targetObject: object

constructorOpt?: Function

Returns

void

Inherited from

ParsePublicKeyError.captureStackTrace

Defined in

packages/near-sdk-js/node_modules/@types/node/globals.d.ts:4

Last updated