Skip to content
Paul Spencer edited this page Jul 8, 2013 · 3 revisions

Module | Error | Map | Layer

Error API

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
Clone this wiki locally