Interface ErrorCause.Builder

  • Method Details

    • errorMessage

      ErrorCause.Builder errorMessage(String errorMessage)

      The error message text for ErrorCause.

      Parameters:
      errorMessage - The error message text for ErrorCause.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorCategory

      ErrorCause.Builder errorCategory(String errorCategory)

      The error category for ErrorCause.

      Parameters:
      errorCategory - The error category for ErrorCause.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorCategory

      ErrorCause.Builder errorCategory(ErrorCategory errorCategory)

      The error category for ErrorCause.

      Parameters:
      errorCategory - The error category for ErrorCause.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: