Uses of Interface
com.smartfoxserver.v2.exceptions.IErrorCode
-
Packages that use IErrorCode Package Description com.smartfoxserver.v2.exceptions -
-
Uses of IErrorCode in com.smartfoxserver.v2.exceptions
Classes in com.smartfoxserver.v2.exceptions that implement IErrorCode Modifier and Type Class Description class
SFSErrorCode
Methods in com.smartfoxserver.v2.exceptions that return IErrorCode Modifier and Type Method Description IErrorCode
SFSErrorData. getCode()
Methods in com.smartfoxserver.v2.exceptions with parameters of type IErrorCode Modifier and Type Method Description void
SFSErrorData. setCode(IErrorCode code)
Constructors in com.smartfoxserver.v2.exceptions with parameters of type IErrorCode Constructor Description SFSErrorData(IErrorCode code)
-