TrackingIssue stores an issue when tracking or when initialized More...
Data Fields | |
| int | code |
| The unique code for the error More... | |
| string | info |
| The english human readable info on the error/warning. More... | |
| int | level |
| The error level More... | |
TrackingIssue stores an issue when tracking or when initialized
| int VLTrackingIssues.VLTrackingIssue.code |
The unique code for the error
Currently the following codes are possible:
| string VLTrackingIssues.VLTrackingIssue.info |
The english human readable info on the error/warning.
This might be matter of change - but can help to understand the issue Do not rely on the string except that it holds special information like the device name etc..
| int VLTrackingIssues.VLTrackingIssue.level |
The error level
0=Notification,1=Warning,2=Error