Application Error Information. More...
#include <app_tracker.h>
Data Fields | |
| cat_error_lang_t | error_lang |
| char * | error_msg |
| char * | thread_name |
| int | thread_id |
| char * | stack_trace |
| char * | cause_stack_trace |
| int | line_number |
| int | line_column |
| char * | class_name |
| char * | exception_name |
| char * | file_name |
| int | is_fatal |
Application Error Information.
| char* cat_app_error_info::cause_stack_trace |
cause stack trace - 8K is max length
| char* cat_app_error_info::class_name |
class name - 1K is max length
| cat_error_lang_t cat_app_error_info::error_lang |
Mandatory Fields language of the error message
| char* cat_app_error_info::error_msg |
error message - 2K is max length
| char* cat_app_error_info::exception_name |
exception name - 1K is max length
| char* cat_app_error_info::file_name |
file name - 1K is max length
| int cat_app_error_info::is_fatal |
fatal - 0 for non fatal and 1 for fatal
| int cat_app_error_info::line_column |
line column number
| int cat_app_error_info::line_number |
line number
| char* cat_app_error_info::stack_trace |
stack trace - 8K is max length
| int cat_app_error_info::thread_id |
thread id
| char* cat_app_error_info::thread_name |
Optional Fields thread name - 1K is max length