Added the UsageExceptionType

This commit is contained in:
mathias 2021-10-03 03:38:59 +02:00
parent 48608a13df
commit a93fb31bd0
No known key found for this signature in database
GPG Key ID: 8950DF62139C852A

View File

@ -0,0 +1,11 @@
package de.gnmyt.autoresponder.commands.usage;
public enum UsageExceptionType {
USAGE_NOT_COMPLETE,
USAGE_TYPE_MISMATCH,
MAX_LENGTH_EXCEEDED,
BELOW_MIN_LENGTH,
NOT_IN_ALLOWED_VALUES
}