Class RequiredError

Hierarchy

Constructors

  • Parameters

    • field: string
    • Optional msg: string

    Returns RequiredError

Properties

field: string
message: string
name: "RequiredError" = 'RequiredError'
stack?: string
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void