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