|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface messageSupportError
MessageSupport Error Codes.
Field Summary | |
---|---|
static int |
MESSAGESUPPORT_E_AUTH_TOKEN_FAILURE
Token-based authentication failure. |
static int |
MESSAGESUPPORT_E_AUTH_TOKEN_REQUIRED
Authentication token required. |
static int |
MESSAGESUPPORT_E_BAD_GATEWAY
Proxy server got bad address from remote server. |
static int |
MESSAGESUPPORT_E_BAD_REQUEST
Bad syntax in request. |
static int |
MESSAGESUPPORT_E_COULDNT_CONNECT
Failed to connect to host or proxy. |
static int |
MESSAGESUPPORT_E_COULDNT_RESOLVE_HOST
Couldn't resolve host. |
static int |
MESSAGESUPPORT_E_COULDNT_RESOLVE_PROXY
Couldn't resolve proxy. |
static int |
MESSAGESUPPORT_E_FORBIDDEN
Resource is not available, regardless of authorization. |
static int |
MESSAGESUPPORT_E_GET_TOKEN_FAILED
Unable to acquire authentication token. |
static int |
MESSAGESUPPORT_E_INTERNAL_SERVER_ERROR
Generic server error message. |
static int |
MESSAGESUPPORT_E_INVALID_GET_FILE
There was an error accessing the output file provided for an http GET operation. |
static int |
MESSAGESUPPORT_E_MEM_ALLOC_FAILED
Memory allocation failure. |
static int |
MESSAGESUPPORT_E_METHOD_NOT_ALLOWED
The request method (GET, POST, etc.) was not allowed for this particular resource. |
static int |
MESSAGESUPPORT_E_NO_CONTENT
Server has received the request but there is no content to be given for the request. |
static int |
MESSAGESUPPORT_E_NOT_FOUND
No resource could be found at that address. |
static int |
MESSAGESUPPORT_E_NOT_IMPLEMENTED
Server doesn't support functionality to fulfill request. |
static int |
MESSAGESUPPORT_E_OPERATION_TIMEDOUT
The operation on the server took too long. |
static int |
MESSAGESUPPORT_E_PROXY_AUTHENTICATION_REQUIRED
Client tried to access password-protected proxy server without proper authorization. |
static int |
MESSAGESUPPORT_E_PROXY_GATEWAY_ERROR
Proxy or Gateway Server did not allow the URL. |
static int |
MESSAGESUPPORT_E_REQUEST_TIMEOUT
The client took too long to send the request. |
static int |
MESSAGESUPPORT_E_REQUEST_TOLARGE
Request entity too large. |
static int |
MESSAGESUPPORT_E_SERVICE_NOT_AVAILABLE
Server cannot respond due to maintenance or overloading. |
static int |
MESSAGESUPPORT_E_SSL_CACERT
Problem with the CA cert (invalid path / access rights) |
static int |
MESSAGESUPPORT_E_SSL_CONNECT_ERROR
A problem occurred somewhere in the SSL/TLS handshake. |
static int |
MESSAGESUPPORT_E_SSL_PEER_CERTIFICATE
The remote server's SSL certificate was deemed not OK. |
static int |
MESSAGESUPPORT_E_UNAUTHORIZED
Client tried to access password-protected page without proper authorization. |
static int |
MESSAGESUPPORT_E_UNSUPPORTED_PROTOCOL
The URL you passed in uses a protocol that is not supported. |
static int |
MESSAGESUPPORT_E_URL_MALFORMAT
The URL was not properly formatted. |
Field Detail |
---|
static final int MESSAGESUPPORT_E_BAD_REQUEST
static final int MESSAGESUPPORT_E_UNAUTHORIZED
static final int MESSAGESUPPORT_E_FORBIDDEN
static final int MESSAGESUPPORT_E_NOT_FOUND
static final int MESSAGESUPPORT_E_METHOD_NOT_ALLOWED
static final int MESSAGESUPPORT_E_PROXY_AUTHENTICATION_REQUIRED
static final int MESSAGESUPPORT_E_REQUEST_TIMEOUT
static final int MESSAGESUPPORT_E_INTERNAL_SERVER_ERROR
static final int MESSAGESUPPORT_E_NOT_IMPLEMENTED
static final int MESSAGESUPPORT_E_BAD_GATEWAY
static final int MESSAGESUPPORT_E_SERVICE_NOT_AVAILABLE
static final int MESSAGESUPPORT_E_UNSUPPORTED_PROTOCOL
static final int MESSAGESUPPORT_E_URL_MALFORMAT
static final int MESSAGESUPPORT_E_COULDNT_RESOLVE_PROXY
static final int MESSAGESUPPORT_E_COULDNT_RESOLVE_HOST
static final int MESSAGESUPPORT_E_COULDNT_CONNECT
static final int MESSAGESUPPORT_E_REQUEST_TOLARGE
static final int MESSAGESUPPORT_E_NO_CONTENT
static final int MESSAGESUPPORT_E_SSL_CACERT
static final int MESSAGESUPPORT_E_SSL_CONNECT_ERROR
static final int MESSAGESUPPORT_E_SSL_PEER_CERTIFICATE
static final int MESSAGESUPPORT_E_INVALID_GET_FILE
static final int MESSAGESUPPORT_E_OPERATION_TIMEDOUT
static final int MESSAGESUPPORT_E_MEM_ALLOC_FAILED
static final int MESSAGESUPPORT_E_AUTH_TOKEN_FAILURE
static final int MESSAGESUPPORT_E_AUTH_TOKEN_REQUIRED
static final int MESSAGESUPPORT_E_GET_TOKEN_FAILED
static final int MESSAGESUPPORT_E_PROXY_GATEWAY_ERROR
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |