Définition de la gestion des exceptions des services. Plus de détails...
#include <string>
#include <map>
Aller au code source de ce fichier.
Classes | |
class | ServiceException |
Gestion des exceptions de service. Plus de détails... | |
Énumérations | |
enum | ExceptionCode { OWS_MISSING_PARAMETER_VALUE = 0, OWS_INVALID_PARAMETER_VALUE = 1, OWS_VERSION_NEGOTIATION_FAILED = 2, OWS_INVALID_UPDATESEQUENCE = 3, OWS_NOAPPLICABLE_CODE = 4, WMS_INVALID_FORMAT = 5, WMS_INVALID_CRS = 6, WMS_LAYER_NOT_DEFINED = 7, WMS_STYLE_NOT_DEFINED = 8, WMS_LAYER_NOT_QUERYABLE = 9, WMS_INVALID_POINT = 10, WMS_CURRENT_UPDATESEQUENCE = 11, WMS_MISSING_DIMENSION_VALUE = 12, WMS_INVALID_DIMENSION_VALUE = 13, OWS_OPERATION_NOT_SUPORTED = 14, WMTS_TILE_OUT_OF_RANGE = 15, HTTP_NOT_FOUND = 16, GFI_PYRAMID_VALUES = 17, ADMIN_CONFLICT = 18, ADMIN_BAD_REQUEST = 19, INTERNAL_SERVER_ERROR = 20, SERVICE_UNAVAILABLE = 21 } |
Codes d'exceptions definis par les specifications WMS, OWS et HTTP. Plus de détails... | |
Définition de la gestion des exceptions des services.
enum ExceptionCode |
Codes d'exceptions definis par les specifications WMS, OWS et HTTP.