mapscript.errorObj¶
- class mapscript.errorObj¶
This class allows inspection of the MapServer error stack. Instances of errorObj are created internally by MapServer as errors happen. Errors are managed as a chained list with the first item being the most recent error.
Attributes
codeint MapServer error code such as
MS_IMGERRerrorcountint Number of subsequent errors
http_statuschar [128] TODO Add documentation
isreportedint
MS_TRUEorMS_FALSEflag indicating if the error has been outputmessagechar [2048] Context-dependent error message
routinechar [64] MapServer function in which the error was set
thisownThe membership flag
Methods
