Skip to main content

Class: SpellingDictionaryLoadError

Defined in: packages/cspell-lib/src/lib/SpellingDictionary/SpellingDictionaryError.ts:3

Extends

  • Error

Constructors

Constructor

new SpellingDictionaryLoadError(uri, options, cause, message): SpellingDictionaryLoadError

Defined in: packages/cspell-lib/src/lib/SpellingDictionary/SpellingDictionaryError.ts:5

Parameters

uri

string

options

DictionaryDefinitionInternal

cause

Error

message

string

Returns

SpellingDictionaryLoadError

Overrides

Error.constructor

Properties

cause

readonly cause: Error

Defined in: packages/cspell-lib/src/lib/SpellingDictionary/SpellingDictionaryError.ts:8

Inherited from

Error.cause


message

message: string

Defined in: node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es5.d.ts:1077

Inherited from

Error.message


name

readonly name: string

Defined in: packages/cspell-lib/src/lib/SpellingDictionary/SpellingDictionaryError.ts:4

Overrides

Error.name


options

readonly options: DictionaryDefinitionInternal

Defined in: packages/cspell-lib/src/lib/SpellingDictionary/SpellingDictionaryError.ts:7


stack?

optional stack: string

Defined in: node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es5.d.ts:1078

Inherited from

Error.stack


uri

readonly uri: string

Defined in: packages/cspell-lib/src/lib/SpellingDictionary/SpellingDictionaryError.ts:6


prepareStackTrace()?

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

Defined in: node_modules/.pnpm/@types+node@18.19.85/node_modules/@types/node/globals.d.ts:98

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

Error.prepareStackTrace


stackTraceLimit

static stackTraceLimit: number

Defined in: node_modules/.pnpm/@types+node@18.19.85/node_modules/@types/node/globals.d.ts:100

Inherited from

Error.stackTraceLimit

Methods

captureStackTrace()

static captureStackTrace(targetObject, constructorOpt?): void

Defined in: node_modules/.pnpm/@types+node@18.19.85/node_modules/@types/node/globals.d.ts:91

Create .stack property on a target object

Parameters

targetObject

object

constructorOpt?

Function

Returns

void

Inherited from

Error.captureStackTrace