Uses of Enum Class
org.chenile.base.response.ErrorType
-
Uses of ErrorType in org.chenile.base.response
Modifier and TypeMethodDescriptionGenericResponse.getSeverity()
ResponseMessage.getSeverity()
static ErrorType
Returns the enum constant of this class with the specified name.static ErrorType[]
ErrorType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
GenericResponse.setSeverity
(ErrorType severity) void
ResponseMessage.setSeverity
(ErrorType severity)