| Package | Description |
|---|---|
| com.smartfoxserver.v2.components.signup |
| Modifier and Type | Field and Description |
|---|---|
java.util.Map<SignUpErrorCodes,java.lang.String> |
SignUpConfiguration.errorMessages
A map of customizable error messages associated with the the SignUpAssistant default error codes.
|
| Modifier and Type | Method and Description |
|---|---|
SignUpErrorCodes |
SignUpValidationException.getCode()
Obtain the error code
|
static 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.
|
| Constructor and Description |
|---|
SignUpValidationException(SignUpErrorCodes code,
java.lang.Object... params)
Provide a description of the error.
|