RequiredError

Hierarchy

  • Error
    • RequiredError

Constructors

Properties

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

Optional override for formatting stack traces

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: Object
    • OptionalconstructorOpt: Function

    Returns void