Interface ErrorDetails.Builder

    • Method Detail

      • code

        ErrorDetails.Builder code​(String code)

        The system ID or number code of the error.

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

        ErrorDetails.Builder message​(String message)

        The text of the error message.

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