A SERVICE OF

logo

CHAPTER 2 General Functions
13
RC1
Vix_GetErrorText
Function Signature
char *
Vix_GetErrorText(VixError err,
const char *locale);
Parameters
Results
A human-readable string that describes the error.
Notes
This translates an error code, which is an enumerated type, to a user-readable
string.
The returned string is a constant string. Do not try to free it by calling
Vix_FreeBuffer().
The language code is not used, and must be NULL. Only US English is supported
in this release.
err A VIX error code returned by any other VIX function.
locale Must be NULL.