Table that stores the error log sent from the mobile application
Data model

Fields
Field |
Type |
Description |
android_version* |
VARCHAR (200) |
Android version of the computer where it was generated? The mistake |
class_name* |
VARCHAR (200) |
Name of the class where it was generated? The mistake |
device_ref* |
VARCHAR (200) |
Reference of the device where it was generated? The mistake |
endpoint* |
VARCHAR (200) |
Endpoint where is it generated? The mistake |
error_date* |
DATETIME |
Error Date |
exception_message* |
NVARCHAR (MAX) |
Exception generated |
host* |
VARCHAR (200) |
Host where is it generated? The mistake |
id* |
INT |
Unique identifier of the table |
method_name* |
VARCHAR (200) |
Name of the method where it was generated? The mistake |
specialist_id* |
INT |
Identifier of the specialist to whom it was generated? The mistake |
sync* |
BIT |
Indicates whether the log is synchronized |
Primary Key
PK_AFLS_ERROR_MOBILE_LOG |
id |
References