Interface ErrorDetails.Builder

  • Method Details

    • code

      The error code that identifies the type of error.

      Parameters:
      code - The error code that identifies the type of error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • code

      The error code that identifies the type of error.

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

      ErrorDetails.Builder message(String message)

      A human-readable message that describes the error.

      Parameters:
      message - A human-readable message that describes the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.