Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EvalError

EvalError indicates that a JSON Pointer referred to a property which didn't exist in the instance.

Hierarchy

  • Error
    • EvalError

Index

Constructors

Properties

Constructors

constructor

  • new EvalError(instance: any, token: string): EvalError

Properties

instance

instance: any

The value being accessed.

message

message: string

name

name: string

Optional stack

stack: undefined | string

token

token: string

The property that instance is missing.

Static Error

Error: ErrorConstructor

Generated using TypeDoc