errors property

List<RenderingError> errors
final

A list of one or more RenderingError objects if any were encountered while rendering the template. If there were no errors, the list is empty.

Implementation

final List<RenderingError> errors;