Interface ErrorDetails.Builder

  • Method Details

    • code

      The error code that identifies the type of error that occurred.

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

      ErrorDetails.Builder message(String message)

      A human-readable description of the error that occurred.

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