SPDX-License-Identifier: Apache-2.0

Hierarchy (View Summary)

Constructors

  • Create a custom error for resource not found scenario

    error metadata will include resource

    Parameters

    • message: string

      error message

    • resource: string

      name of the resource

    • cause: any = {}

      source error (if any)

    Returns ResourceNotFoundError

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