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 - code- int MapServer error code such as - MS_IMGERR- errorcount- int Number of subsequent errors - http_status- char [128] TODO Add documentation - isreported- int - MS_TRUEor- MS_FALSEflag indicating if the error has been output- message- char [2048] Context-dependent error message - routine- char [64] MapServer function in which the error was set - thisown- The membership flag - Methods - __init__()[sorgente]¶
- Create a new instance 
 - next() errorObj[sorgente]¶
- Returns the next error in the stack or NULL if the end has been reached 
 








 
        
          
            




