PathEngine home | previous: | next: |
Report an error.
int32_t handleError(const char* type, const char* description, const char *const* attributes); |
type | A C string specifying the type of error. | ||
description | A C string containing a human readable description of the error. | ||
attributes |
A set of context dependant attributes relating to the error.
See |
int handleError(string type, string description, string[] attributes); |
int handleError(String type, String description, String[] attributes); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |