Uses of Class
io.rocketbase.commons.exception.ErrorCodes
-
Packages that use ErrorCodes Package Description io.rocketbase.commons.exception -
-
Uses of ErrorCodes in io.rocketbase.commons.exception
Methods in io.rocketbase.commons.exception that return ErrorCodes Modifier and Type Method Description static ErrorCodesErrorCodes. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorCodes[]ErrorCodes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-