Skip to main content

DeploymentError

This error is raised when the deployment of a task fails, or some preconditions for deployment are not met.

Constructors

  • This error is raised when the deployment of a task fails, or some preconditions for deployment are not met.

  • Parameters

    • message: string
      • The error message detailing the deployment failure.
  • Initializes the DeploymentError with a message.

  • Parameters

    • message: string
      • The error message describing the deployment failure.