You are viewing the documentation for Blueriq 18. Documentation for other versions is available in our documentation directory.

Whenever a page or document is rendered it could contain multiple nested elements. Currently if one of the elements fails to compose, the element is wrapped and the page or document is rendered anyway. Especially for documents, missing elements without a proper warning could not be desired. 
Therefore a property is introduced to throw an error early when anything goes wrong during rendering of a document. This way, mistakes are found more easily if something goes wrong in production. 

SubjectPropertyExplanationdefaultProperty file
Document composer properties

blueriq.document.continueOnError


When disabled, If one of the items on a document fails to compose, an error is thrown and nothing is loaded.
When enabled. If one of the items document fails to compose, it will be wrapped as an error within the rest of the document.

true

application.properties