Class: StaleProjectGraphCacheError

Hierarchy

  • Error

    โ†ณ StaleProjectGraphCacheError

Table of contents

Constructors

Properties

Methods

Constructors

constructor

โ€ข new StaleProjectGraphCacheError(): StaleProjectGraphCacheError

Returns

StaleProjectGraphCacheError

Overrides

Error.constructor

Properties

cause

โ€ข Optional cause: unknown

Inherited from

Error.cause


message

โ€ข message: string

Inherited from

Error.message


name

โ€ข name: string

Inherited from

Error.name


stack

โ€ข Optional stack: string

Inherited from

Error.stack


prepareStackTrace

โ–ช Static Optional prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any

Optional override for formatting stack traces

See

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

Type declaration

โ–ธ (err, stackTraces): any

Parameters
NameType
errError
stackTracesCallSite[]
Returns

any

Inherited from

Error.prepareStackTrace


stackTraceLimit

โ–ช Static stackTraceLimit: number

Inherited from

Error.stackTraceLimit

Methods

captureStackTrace

โ–ธ captureStackTrace(targetObject, constructorOpt?): void

Create .stack property on a target object

Parameters

NameType
targetObjectobject
constructorOpt?Function

Returns

void

Inherited from

Error.captureStackTrace