PathEngine home | previous: | next: |
Report an error.
void reportError(const char* type, const char* errorString); |
type | A C string specifying the type of error. | ||
errorString | A C string containing a human readable description of the error. |
void reportError(string type, string errorString); |
void reportError(String type, String errorString); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |