LVBoolean NIGetOneErrorCode(errCode, *errText);
Converts a numeric error code to the associated text description. This function recognizes error codes from any installed National Instruments product.
| Name | Type | Description |
|---|---|---|
| errCode | int32 | Numeric error code. |
| *errText | LStrHandle * | Address at which NIGetOneErrorCode stores the error code description. This parameter is a pointer. |
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. |