Class ServiceNotFoundError

Thrown when requested service was not found.

Hierarchy

  • NativeError
    • ServiceNotFoundError

Constructors

Properties

message: string
name: "ServiceNotFoundError" = 'ServiceNotFoundError'
normalizedIdentifier: string

Normalized identifier name used in the error message.

stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc