Interface RenderingError.Builder

  • Method Details

    • code

      A unique identifier for a specific class of errors.

      Parameters:
      code - A unique identifier for a specific class of errors.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      RenderingError.Builder message(String message)

      A human-readable message describing the error.

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