Interface ErrorDetails.Builder

    • Method Detail

      • message

        ErrorDetails.Builder message​(String message)

        Detailed information about the reason that the operation failed.

        Parameters:
        message - Detailed information about the reason that the operation failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • code

        ErrorDetails.Builder code​(String code)

        The error code associated with the operation failure.

        Parameters:
        code - The error code associated with the operation failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.