public interface AuthCodes
| Modifier and Type | Field and Description |
|---|---|
static String |
FAILED_TO_SECURE
A code indicating that we failed to establish a secure connection.
|
static String |
INVALID_PASSWORD
A code indicating that the supplied password was invalid.
|
static String |
NO_SUCH_USER
A code indicating that no user exists with the specified
username.
|
static String |
SERVER_ERROR
A code indicating that an internal server error occurred while
trying to log the user on.
|
static String |
SERVER_UNAVAILABLE
A code indicating that the server is not available at the moment.
|
static String |
TRYING_NEXT_PORT
A code indicating that we failed to connect to the server on a port and
are trying the next port in the list.
|
static final String NO_SUCH_USER
static final String INVALID_PASSWORD
static final String SERVER_ERROR
static final String SERVER_UNAVAILABLE
static final String TRYING_NEXT_PORT
static final String FAILED_TO_SECURE
Copyright © 2015. All rights reserved.