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