Interface ProjectDeletionError.Builder

    • Method Detail

      • code

        ProjectDeletionError.Builder code​(String code)

        The code of the project deletion error.

        Parameters:
        code - The code of the project deletion error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        ProjectDeletionError.Builder message​(String message)

        The message of the project deletion error.

        Parameters:
        message - The message of the project deletion error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.