better error handling for the WFS Protocol, note this is currently only done for WFS 1.1.0 and not for WFS 1.0.0, thanks tschaub for the reviews this week, r=tschaub (closes #3354)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12080 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -248,6 +248,12 @@ OpenLayers.Protocol.Response = OpenLayers.Class({
|
||||
*/
|
||||
priv: null,
|
||||
|
||||
/**
|
||||
* Property: error
|
||||
* {Object} The error object in case a service exception was encountered.
|
||||
*/
|
||||
error: null,
|
||||
|
||||
/**
|
||||
* Constructor: OpenLayers.Protocol.Response
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user