| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary key |
globally unique identifier |
Required |
| class_name |
Name of the class/type where the error was raised. |
string | |
| method_name |
Name of the method where the error was raised. |
string | |
| line_number |
Line number in the source file where the error was raised. |
integer | |
| message |
Error message, typically the exception message and/or stack trace. |
string | |
| date_generated |
Readonly system field: UTC date and time the error was generated on the client. |
date | |
| db_version |
Version of the local database schema on the client when the error occurred. |
integer | |
| object_info |
Free-text additional context about the object/state involved when the error occurred. |
string | |
| app_version |
Version of the client application when the error occurred. |
string |