public interface messageSupportError
extends java.io.Serializable
Description: 'MessageSupport Error Codes.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
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
Bad Gateway.
|
static int |
MESSAGESUPPORT_E_BAD_REQUEST
Bad syntax in request.
|
static int |
MESSAGESUPPORT_E_CONNECTION_CANCELLED
The connection was cancelled by the user.
|
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_GATEWAY_TIMEOUT
Gateway Timeout.
|
static int |
MESSAGESUPPORT_E_GET_TOKEN_FAILED
Unable to acquire authentication token.
|
static int |
MESSAGESUPPORT_E_HTTP_VERSION_NOT_SUPPORTED
HTTP Version Not Supported.
|
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_ACCEPTABLE
The server is not capable of generating the response which has the content characteristics requested by the client (e.g.
|
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_NOTFEDERATEDWITHACTIVEPORTAL
Connection to federated server attempted, but server is federated with a portal other than the active portal.
|
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_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_UNAVAILABLE
Service Unavailable.
|
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_TOO_MANY_REQUESTS
Too Many Requests.
|
static int |
MESSAGESUPPORT_E_UNAUTHORIZED
Client tried to access password-protected page without proper authorization.
|
static int |
MESSAGESUPPORT_E_UNPROCESSABLE_ENTITY
The request was well-formed but was unable to be followed due to semantic errors.
|
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.
|
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_UNAVAILABLE
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_HTTP_VERSION_NOT_SUPPORTED
static final int MESSAGESUPPORT_E_NOT_ACCEPTABLE
static final int MESSAGESUPPORT_E_NOTFEDERATEDWITHACTIVEPORTAL
static final int MESSAGESUPPORT_E_CONNECTION_CANCELLED
static final int MESSAGESUPPORT_E_GATEWAY_TIMEOUT
static final int MESSAGESUPPORT_E_UNPROCESSABLE_ENTITY
static final int MESSAGESUPPORT_E_TOO_MANY_REQUESTS