com.esri.arcgis.system
Interface messageSupportError

All Superinterfaces:
Serializable

public interface messageSupportError
extends Serializable

MessageSupport Error Codes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


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

MESSAGESUPPORT_E_BAD_REQUEST

static final int MESSAGESUPPORT_E_BAD_REQUEST
Bad syntax in request.

See Also:
Constant Field Values

MESSAGESUPPORT_E_UNAUTHORIZED

static final int MESSAGESUPPORT_E_UNAUTHORIZED
Client tried to access password-protected page without proper authorization.

See Also:
Constant Field Values

MESSAGESUPPORT_E_FORBIDDEN

static final int MESSAGESUPPORT_E_FORBIDDEN
Resource is not available, regardless of authorization.

See Also:
Constant Field Values

MESSAGESUPPORT_E_NOT_FOUND

static final int MESSAGESUPPORT_E_NOT_FOUND
No resource could be found at that address.

See Also:
Constant Field Values

MESSAGESUPPORT_E_METHOD_NOT_ALLOWED

static final int MESSAGESUPPORT_E_METHOD_NOT_ALLOWED
The request method (GET, POST, etc.) was not allowed for this particular resource.

See Also:
Constant Field Values

MESSAGESUPPORT_E_PROXY_AUTHENTICATION_REQUIRED

static final int MESSAGESUPPORT_E_PROXY_AUTHENTICATION_REQUIRED
Client tried to access password-protected proxy server without proper authorization.

See Also:
Constant Field Values

MESSAGESUPPORT_E_REQUEST_TIMEOUT

static final int MESSAGESUPPORT_E_REQUEST_TIMEOUT
The client took too long to send the request.

See Also:
Constant Field Values

MESSAGESUPPORT_E_INTERNAL_SERVER_ERROR

static final int MESSAGESUPPORT_E_INTERNAL_SERVER_ERROR
Generic server error message.

See Also:
Constant Field Values

MESSAGESUPPORT_E_NOT_IMPLEMENTED

static final int MESSAGESUPPORT_E_NOT_IMPLEMENTED
Server doesn't support functionality to fulfill request.

See Also:
Constant Field Values

MESSAGESUPPORT_E_BAD_GATEWAY

static final int MESSAGESUPPORT_E_BAD_GATEWAY
Proxy server got bad address from remote server.

See Also:
Constant Field Values

MESSAGESUPPORT_E_SERVICE_NOT_AVAILABLE

static final int MESSAGESUPPORT_E_SERVICE_NOT_AVAILABLE
Server cannot respond due to maintenance or overloading.

See Also:
Constant Field Values

MESSAGESUPPORT_E_UNSUPPORTED_PROTOCOL

static final int MESSAGESUPPORT_E_UNSUPPORTED_PROTOCOL
The URL you passed in uses a protocol that is not supported.

See Also:
Constant Field Values

MESSAGESUPPORT_E_URL_MALFORMAT

static final int MESSAGESUPPORT_E_URL_MALFORMAT
The URL was not properly formatted.

See Also:
Constant Field Values

MESSAGESUPPORT_E_COULDNT_RESOLVE_PROXY

static final int MESSAGESUPPORT_E_COULDNT_RESOLVE_PROXY
Couldn't resolve proxy. The given proxy host could not be resolved.

See Also:
Constant Field Values

MESSAGESUPPORT_E_COULDNT_RESOLVE_HOST

static final int MESSAGESUPPORT_E_COULDNT_RESOLVE_HOST
Couldn't resolve host. The given remote host was not resolved.

See Also:
Constant Field Values

MESSAGESUPPORT_E_COULDNT_CONNECT

static final int MESSAGESUPPORT_E_COULDNT_CONNECT
Failed to connect to host or proxy.

See Also:
Constant Field Values

MESSAGESUPPORT_E_REQUEST_TOLARGE

static final int MESSAGESUPPORT_E_REQUEST_TOLARGE
Request entity too large.

See Also:
Constant Field Values

MESSAGESUPPORT_E_NO_CONTENT

static final int MESSAGESUPPORT_E_NO_CONTENT
Server has received the request but there is no content to be given for the request.

See Also:
Constant Field Values

MESSAGESUPPORT_E_SSL_CACERT

static final int MESSAGESUPPORT_E_SSL_CACERT
Problem with the CA cert (invalid path / access rights)

See Also:
Constant Field Values

MESSAGESUPPORT_E_SSL_CONNECT_ERROR

static final int MESSAGESUPPORT_E_SSL_CONNECT_ERROR
A problem occurred somewhere in the SSL/TLS handshake.

See Also:
Constant Field Values

MESSAGESUPPORT_E_SSL_PEER_CERTIFICATE

static final int MESSAGESUPPORT_E_SSL_PEER_CERTIFICATE
The remote server's SSL certificate was deemed not OK.

See Also:
Constant Field Values

MESSAGESUPPORT_E_INVALID_GET_FILE

static final int MESSAGESUPPORT_E_INVALID_GET_FILE
There was an error accessing the output file provided for an http GET operation.

See Also:
Constant Field Values

MESSAGESUPPORT_E_OPERATION_TIMEDOUT

static final int MESSAGESUPPORT_E_OPERATION_TIMEDOUT
The operation on the server took too long. The client has timed out.

See Also:
Constant Field Values

MESSAGESUPPORT_E_MEM_ALLOC_FAILED

static final int MESSAGESUPPORT_E_MEM_ALLOC_FAILED
Memory allocation failure.

See Also:
Constant Field Values

MESSAGESUPPORT_E_AUTH_TOKEN_FAILURE

static final int MESSAGESUPPORT_E_AUTH_TOKEN_FAILURE
Token-based authentication failure.

See Also:
Constant Field Values

MESSAGESUPPORT_E_AUTH_TOKEN_REQUIRED

static final int MESSAGESUPPORT_E_AUTH_TOKEN_REQUIRED
Authentication token required.

See Also:
Constant Field Values

MESSAGESUPPORT_E_GET_TOKEN_FAILED

static final int MESSAGESUPPORT_E_GET_TOKEN_FAILED
Unable to acquire authentication token. Check with your GIS Server administrator to verify the token service is available and correctly configured.

See Also:
Constant Field Values

MESSAGESUPPORT_E_PROXY_GATEWAY_ERROR

static final int MESSAGESUPPORT_E_PROXY_GATEWAY_ERROR
Proxy or Gateway Server did not allow the URL. Check with your LAN administrator that Proxy or Gateway server is configured to allow the URL.

See Also:
Constant Field Values