Add invalid description error message
This commit is contained in:
parent
cc6b7e4b2c
commit
b2af579896
3 changed files with 6 additions and 3 deletions
|
|
@ -8,6 +8,7 @@ public enum Result {
|
|||
NOT_ENABLED,
|
||||
ALREADY_ENABLED,
|
||||
FILE_CHANGED,
|
||||
INVALID_DESCRIPTION,
|
||||
ERROR,
|
||||
SUCCESS;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue