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.
|
| (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.
|
| |
|
| 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 |
| |
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.
◆ 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
-
◆ HasCode()
| - (bool) HasCode |
|
(int) |
code |
|
Checks if the issues contain some code.
- Returns
true, if code was found, false false.
- Parameters
-
◆ issues
Array with the issues of this category.
◆ 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.