You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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