Class TypedJsonParseErrorAbstract

Error thrown from trying to parse objects of type TypedJson

Hierarchy

  • Error
    • TypedJsonParseError

Constructors

Properties

_name: string = 'TypedJsonParseError'
message: string
stack?: string
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => 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