Interface EnvironmentError.Builder

    • Method Detail

      • code

        EnvironmentError.Builder code​(String 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.