Class DeployableBuildParametersUnspecifiedError

You should never see this error if we did our jobs and every target overrides the buildParameters method.

DeployableBuildParametersUnspecifiedError

Hierarchy

  • Error
    • DeployableBuildParametersUnspecifiedError

Constructors

Properties

stackTraceLimit: number
name: string
message: string
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Optional override for formatting stack traces

stack?: string
cause?: unknown

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void