[Chameleon-dev] [Bug 427] [Chameleon - Core] Improve mapserver
	error reporting
    bugzilla-daemon at www.maptools.org 
    bugzilla-daemon at www.maptools.org
       
    Wed Jul  7 15:03:57 EDT 2004
    
    
  
http://www.maptools.org/bugzilla/show_bug.cgi?id=427
------- Additional Comments From dmorissette at dmsolutions.ca  2004-07-07 15:03 -------
The initial problem was not a MapServer bug, it's the way it works: MapServer
errors are composed of a code and an optional message. The error codes map to a
set of generic messages defined in maperror.c. 
What client code such as chameleon needs to do is display the generic message
corresponding to the error code, optionally followed by the more descriptive
message if present.
Now that I think about it, it is not be possible to fetch the generic error
message for a given error code. This should probbaly be added as a method of the
errorObj.  How did you fix this bug in Chameleon Paul?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
    
    
More information about the Chameleon-dev
mailing list