documentation

VLTrackingIssues.VLTrackingIssue Class Reference

TrackingIssue stores an issue when tracking or when initialized More...

Public Member Functions

 VLTrackingIssue (VLIssues.VLIssue issue)
 

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...
 

Detailed Description

TrackingIssue stores an issue when tracking or when initialized

Field Documentation

◆ code

int VLTrackingIssues.VLTrackingIssue.code

The unique code for the error

Currently the following codes are possible:

◆ info

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..

◆ level

int VLTrackingIssues.VLTrackingIssue.level

The error level

0=Notification,1=Warning,2=Error