documentation

VLIssues Class Reference

VLIssues stores the issues arrising during startup More information on possible codes: Initialization Issues Such an object is usually passed, when subscribing to the OnIssuesTriggered event. More...

Inherits NSObject.

Data Structures

class  VLIssue
 A VLIssue stores an issue when tracking or when initialized More...
 

Instance Methods

(string) - GetInfoForCode
 Checks if the issues contain some code and returns the associated info string. More...
 
(bool) - HasCode
 Checks if the issues contain some code. More...
 
(BOOL) - hasCode:
 returns true if the passed code can be found in the issue list.
 

Data Fields

VLIssue [] issues
 Array with the issues of this category. More...
 
NSArray< VLIssue * > * issues
 
string message
 String message describing the global reason. Have a look into the issues array in order to get a machine readable impression of what was going wrong or what happened. More...
 
NSString * message
 

Detailed Description

VLIssues stores the issues arrising during startup More information on possible codes: Initialization Issues Such an object is usually passed, when subscribing to the OnIssuesTriggered event.

Method Documentation

◆ GetInfoForCode()

- (string) GetInfoForCode (int)  code

Checks if the issues contain some code and returns the associated info string.

Returns
string, if code was found, "" if no code has been found.
Parameters
codethe code that describes the issue (please revise Initialization Issues)

◆ HasCode()

- (bool) HasCode (int)  code

Checks if the issues contain some code.

Returns
true, if code was found, false false.
Parameters
codethe code that describes the issue (please revise Initialization Issues)

Field Documentation

◆ issues

- (VLIssue []) issues

Array with the issues of this category.

◆ message

- (string) message

String message describing the global reason. Have a look into the issues array in order to get a machine readable impression of what was going wrong or what happened.