Class CxReferenceError

Represents an error when non-existent context value referenced. I.e. when requested context entry has no value.

Hierarchy

  • ReferenceError
    • CxReferenceError

Constructors

Properties

entry: CxEntry<any, any>

Illegally referred context entry.

message: string
reason: unknown

Original error reason.

stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Accessors

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc