SPDX-License-Identifier: Apache-2.0

Hierarchy (View Summary)

Constructors

  • Create a custom error for illegal argument scenario

    error metadata will include value

    Parameters

    • message: string

      error message

    • value: any = ''

      value of the invalid argument

    • cause: any = {}

      source error (if any)

    Returns IllegalArgumentError

Properties

cause?: unknown
message: string
meta: any = {}

additional metadata (if any)

name: string
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