Aveneer stores all errors related to the process of document generation in the Error Logs Object. Its records consist of the following fields:

FIELD NAMEFIELD DESCRIPTION
Affected Assignment RuleID of affected Assignment Rule.
Affected Template ConfigurationID of affected Template Configuration.
Affected UserID of affected user (prompting the error).
Component NameName of the component where error occurred.
Exception CaseSpecifies exception cause from Exception.getCause().
Exception Line NumberSpecifies exception line number from Exception.getLineNumber().
Exception Stack TraceSpecifies exception stack trace from Exception.getStackTraceString().
MessageSpecifies a message from Exception.getMessage().
TimestampSpecifies time of error.