Uses of Class
io.github.venkateshamurthy.enums.examples.Faults
Packages that use Faults
-
Uses of Faults in io.github.venkateshamurthy.enums.examples
Fields in io.github.venkateshamurthy.enums.examples declared as FaultsModifier and TypeFieldDescriptionstatic final FaultsFaults.FILE_LNCK_ERRFile checksum error with a correspondingHttpStatus.UNPROCESSABLE_ENTITY.static final FaultsFaults.FILE_LOCKED_ERRFile already locked fault with a correspondingHttpStatus.LOCKED.static final FaultsFaults.SERVER_ERRServer error with a correspondingHttpStatus.INTERNAL_SERVER_ERRORstatic final FaultsFaults.UNKNOWNUnknown error.static final FaultsFaults.VALIDATION_ERRGeneral validation error with a correspondingHttpStatus.BAD_REQUEST.Methods in io.github.venkateshamurthy.enums.examples that return Faults