Aveneer stores all errors related to the process of document generation in the Error Logs Object. Its records consist of the following fields:
FIELD NAME | FIELD DESCRIPTION |
Affected Assignment Rule | ID of affected Assignment Rule. |
Affected Template Configuration | ID of affected Template Configuration. |
Affected User | ID of affected user (prompting the error). |
Component Name | Name of the component where error occurred. |
Exception Case | Specifies exception cause from Exception.getCause(). |
Exception Line Number | Specifies exception line number from Exception.getLineNumber(). |
Exception Stack Trace | Specifies exception stack trace from Exception.getStackTraceString(). |
Message | Specifies a message from Exception.getMessage(). |
Timestamp | Specifies time of error. |