File tree 4 files changed +81
-68
lines changed
4 files changed +81
-68
lines changed Original file line number Diff line number Diff line change 136
136
#define MS_DEFAULT_NAMESPACE_URI "http://mapserver.gis.umn.edu/mapserver"
137
137
138
138
139
+ /* OWS errors */
140
+
141
+ /* OWS 1.1.0 Table 25 */
142
+ #define MS_OWS_ERROR_OPERATION_NOT_SUPPORTED "OperationNotSupported"
143
+ #define MS_OWS_ERROR_MISSING_PARAMETER_VALUE "MissingParameterValue"
144
+ #define MS_OWS_ERROR_INVALID_PARAMETER_VALUE "InvalidParameterValue"
145
+ #define MS_OWS_ERROR_VERSION_NEGOTIATION_FAILED "VersionNegotiationFailed"
146
+ #define MS_OWS_ERROR_INVALID_UPDATE_SEQUENCE "InvalidUpdateSequence"
147
+ #define MS_OWS_ERROR_OPTION_NOT_SUPPORTED "OptionNotSupported"
148
+ #define MS_OWS_ERROR_NO_APPLICABLE_CODE "NoApplicableCode"
149
+
150
+ #define MS_WFS_ERROR_OPERATION_PROCESSING_FAILED "OperationProcessingFailed"
151
+
139
152
#ifdef USE_LIBXML2
140
153
141
154
/* function prototypes */
You can’t perform that action at this time.
0 commit comments