-
Notifications
You must be signed in to change notification settings - Fork 9
Error api
Paul Spencer edited this page Jul 8, 2013
·
3 revisions
An Error object is returned from the getError()
method of the Mapserver mdoule and represents an error in the mapserver error stack. The error object has the following read-only properties:
- code - read-only integer, the mapserver error code
- codeStr - read-only string, a human readable version of the error code
- message - read-only string, a descriptive message associated with the error
- routine - read-only string, the mapserver function that triggered the error