Interface RenderingAgent.BasicRenderResult

All Known Subinterfaces:
RenderingAgent.RenderResult
Enclosing interface:
RenderingAgent

public static interface RenderingAgent.BasicRenderResult
Rendering result.
Since:
5.2.230506
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    The number of errors produced during rendering.
    int
    The number of warnings and errors produced during rendering.
  • Method Details

    • getWarningCount

      int getWarningCount()
      The number of warnings and errors produced during rendering.
      Returns:
      The number of warnings and errors produced during rendering.
      Since:
      5.2.1503
    • getErrorCount

      int getErrorCount()
      The number of errors produced during rendering.
      Returns:
      The number of errors produced during rendering.
      Since:
      5.2.1503