NIGetOneErrorCode (LabVIEW Manager Function)
- Updated2025-01-28
- 1 minute(s) read
NIGetOneErrorCode (LabVIEW Manager Function)
LVBoolean NIGetOneErrorCode(errCode, *errText);
Purpose
Converts a numeric error code to the associated text description. This function recognizes error codes from any installed National Instruments product.
Parameters
Name | Type | Description |
---|---|---|
errCode | int32 | Numeric error code. |
*errText | LStrHandle * | Address at which NIGetOneErrorCode stores the error code description. This parameter is a pointer. |
Return Value
LVBoolean, which can contain the following values.
Value | Description |
---|---|
0 | This function did not find the value of errCode in any of the error text files. |
1 | This function found the value of errCode in one of the error text files. |