Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -206,9 +206,14 @@ public enum SpServerError {
|
||||
SP_DS_INCOMPLETE("hawkbit.server.error.distributionset.incomplete",
|
||||
"Distribution set is assigned/locked to a target that is incomplete (i.e. mandatory modules are missing)"),
|
||||
/**
|
||||
*
|
||||
* error message, which describes that an entity is locked and can't be functionally modified
|
||||
*/
|
||||
SP_LOCKED("hawkbit.server.error.locked", "Entry is locked. Could not be modified"),
|
||||
SP_LOCKED("hawkbit.server.error.locked", "Entry is locked. Could not be functionally modified"),
|
||||
|
||||
/**
|
||||
* error message, which describes that an entity is locked and can't be functionally modified
|
||||
*/
|
||||
SP_DELETED("hawkbit.server.error.deleted", "Entry is soft deleted"),
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user