documentation

VLIssues.VLIssue Class Reference

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

Detailed Description

A VLIssue stores an issue when tracking or when initialized

Field Documentation

◆ code

int VLIssues.VLIssue.code

The unique code for the error

Currently the following codes are possible:

◆ info

string VLIssues.VLIssue.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 VLIssues.VLIssue.level

The error level

0=Notification,1=Warning,2=Error