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 ErrorTypeReturns 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 TypeMethodDescriptionvoidGenericResponse.setSeverity(ErrorType severity) voidResponseMessage.setSeverity(ErrorType severity)