Add invalid description error message

This commit is contained in:
Frank van der Heijden 2020-06-09 12:25:55 +02:00
parent cc6b7e4b2c
commit b2af579896
No known key found for this signature in database
GPG key ID: 26DA56488D314D11
3 changed files with 6 additions and 3 deletions

View file

@ -8,6 +8,7 @@ public enum Result {
NOT_ENABLED,
ALREADY_ENABLED,
FILE_CHANGED,
INVALID_DESCRIPTION,
ERROR,
SUCCESS;