55 #include <cpl_error.h>
60 #define OGC_WCS_OperationNotSupported 300
61 #define OGC_WCS_MissingParameterValue 301
62 #define OGC_WCS_InvalidParameterValue 302
63 #define OGC_WCS_VersionNegotiationFailed 303
64 #define OGC_WCS_InvalidUpdateSequence 304
65 #define OGC_WCS_OptionNotSupported 305
66 #define OGC_WCS_NoApplicableCode 306
68 #define OGC_WCS_NoSuchCoverage 307
69 #define OGC_WCS_InvalidAxisLabel 308
70 #define OGC_WCS_InvalidSubsetting 309
72 void CPL_DLL CPL_STDCALL
WCS_Error(CPLErr,
int,
const char*, ...);
80 #define WCS_Error CPLError
void CPL_DLL CPL_STDCALL WCS_ErrorHandler(CPLErr, int, const char *)
string CPL_DLL CPL_STDCALL GetWCS_ErrorMsg()
void CPL_DLL CPL_STDCALL SetWCS_ErrorLocator(const char *loc)
int WCST_GetSoapMsgTrns()
void WCST_SetSoapMsgTrns(int)