Uses of Class
com.smartfoxserver.v2.components.signup.SignUpErrorCodes
-
Packages that use SignUpErrorCodes Package Description com.smartfoxserver.v2.components.signup -
-
Uses of SignUpErrorCodes in com.smartfoxserver.v2.components.signup
Fields in com.smartfoxserver.v2.components.signup with type parameters of type SignUpErrorCodes Modifier and Type Field Description java.util.Map<SignUpErrorCodes,java.lang.String>
SignUpConfiguration. errorMessages
A map of customizable error messages associated with the the SignUpAssistant default error codes.Methods in com.smartfoxserver.v2.components.signup that return SignUpErrorCodes Modifier and Type Method Description SignUpErrorCodes
SignUpValidationException. getCode()
Obtain the error codestatic SignUpErrorCodes
SignUpErrorCodes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SignUpErrorCodes[]
SignUpErrorCodes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.smartfoxserver.v2.components.signup with parameters of type SignUpErrorCodes Constructor Description SignUpValidationException(SignUpErrorCodes code, java.lang.Object... params)
Provide a description of the error.
-