| PathEngine home | previous: | next: |
Calls the current error handler.
void reportError(const char* error_type, const char* error_string);
|
| error_type | A C string describing the type of the error. For example Fatal, NonFatal or Warning. | ||
| error_string | A C string describing the error. |
This functions is guaranteed to be available for all versions of the testbed (and to have identical linkage).
It is safe, therefore, to report an error about an incompatible interface version.
These strings passed in are not retained after the function exits, and may subsequently be deleted safely.
See
| Documentation for PathEngine release 5.18 - Copyright © 2002-2008 PathEngine | next: |