Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
2 additions
and
1 deletion.
-
+2
−1
src/server/services/wcs/qgswcsserviceexception.h
|
@@ -38,7 +38,7 @@ namespace QgsWcs |
|
|
/** |
|
|
* Constructor for QgsServiceException (empty locator attribute). |
|
|
* \param code Error code name |
|
|
* \param Exception message to return to the client |
|
|
* \param message Exception message to return to the client |
|
|
* \param responseCode HTTP error code |
|
|
*/ |
|
|
QgsServiceException( const QString &code, const QString &message, |
|
@@ -51,6 +51,7 @@ namespace QgsWcs |
|
|
* \param code Error code name |
|
|
* \param message Exception message to return to the client |
|
|
* \param locator Locator attribute according to OGC specifications |
|
|
* \param responseCode HTTP error code |
|
|
*/ |
|
|
QgsServiceException( const QString &code, const QString &message, const QString &locator, |
|
|
int responseCode = 200 ) |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.