Interface EnvironmentError.Builder

  • Method Details

    • code

      The error code for the failure reason for the environment deployment.

      Parameters:
      code - The error code for the failure reason for the environment deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      EnvironmentError.Builder message(String message)

      The error message for the failure reason for the environment deployment.

      Parameters:
      message - The error message for the failure reason for the environment deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.