Uses of Enum Class
org.chenile.base.response.ErrorType
Packages that use ErrorType
-
Uses of ErrorType in org.chenile.base.response
Fields in org.chenile.base.response declared as ErrorTypeMethods in org.chenile.base.response that return ErrorTypeModifier 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.Methods in org.chenile.base.response with parameters of type ErrorTypeModifier and TypeMethodDescriptionvoid
GenericResponse.setSeverity
(ErrorType severity) void
ResponseMessage.setSeverity
(ErrorType severity)