First implemtation of REST-API

Signed-off-by: Nonnenmacher Fabian <fabian.nonnenmacher@bosch-si.com>
This commit is contained in:
Fabian Nonnenmacher
2016-01-21 15:29:10 +01:00
committed by Nonnenmacher Fabian
parent 088df73ea9
commit f3fa085c62
11 changed files with 557 additions and 3 deletions

View File

@@ -65,6 +65,19 @@ public enum SpServerError {
*/
SP_REST_SORT_PARAM_INVALID_DIRECTION("hawkbit.server.error.rest.param.invalidDirection",
"The given sort parameter direction does not exist"),
/**
*
*/
SP_REST_CONFIG_POLLING_TIME_WRONG_FOMRATTED("hawkbit.server.error.rest.param.invalidFormat",
"The given overdue polling time or polling time parameter are not formatted correctly."),
/**
*
*/
SP_REST_CONFIG_INVALID_DS_TYPE("hawkbit.server.error.rest.param.invalidFormat",
"The given default distribution set type does not exist."),
/**
*
*/