MessageSupport Error Codes.
Constant | Value | Description |
---|---|---|
MESSAGESUPPORT_E_BAD_REQUEST | -2147200255 | Bad syntax in request. |
MESSAGESUPPORT_E_UNAUTHORIZED | -2147200254 | Client tried to access password-protected page without proper authorization. |
MESSAGESUPPORT_E_FORBIDDEN | -2147200253 | Resource is not available, regardless of authorization. |
MESSAGESUPPORT_E_NOT_FOUND | -2147200252 | No resource could be found at that address. |
MESSAGESUPPORT_E_METHOD_NOT_ALLOWED | -2147200251 | The request method (GET, POST, etc.) was not allowed for this particular resource. |
MESSAGESUPPORT_E_PROXY_AUTHENTICATION_REQUIRED | -2147200250 | Client tried to access password-protected proxy server without proper authorization. |
MESSAGESUPPORT_E_REQUEST_TIMEOUT | -2147200249 | The client took too long to send the request. |
MESSAGESUPPORT_E_INTERNAL_SERVER_ERROR | -2147200248 | Generic server error message. |
MESSAGESUPPORT_E_NOT_IMPLEMENTED | -2147200247 | Server doesn't support functionality to fulfill request. |
MESSAGESUPPORT_E_BAD_GATEWAY | -2147200246 | Bad Gateway. |
MESSAGESUPPORT_E_SERVICE_UNAVAILABLE | -2147200245 | Service Unavailable. |
MESSAGESUPPORT_E_UNSUPPORTED_PROTOCOL | -2147200244 | The URL you passed in uses a protocol that is not supported. |
MESSAGESUPPORT_E_URL_MALFORMAT | -2147200243 | The URL was not properly formatted. |
MESSAGESUPPORT_E_COULDNT_RESOLVE_PROXY | -2147200242 | Couldn't resolve proxy. The given proxy host could not be resolved. |
MESSAGESUPPORT_E_COULDNT_RESOLVE_HOST | -2147200241 | Couldn't resolve host. The given remote host was not resolved. |
MESSAGESUPPORT_E_COULDNT_CONNECT | -2147200240 | Failed to connect to host or proxy. |
MESSAGESUPPORT_E_REQUEST_TOLARGE | -2147200239 | Request entity too large. |
MESSAGESUPPORT_E_NO_CONTENT | -2147200238 | Server has received the request but there is no content to be given for the request. |
MESSAGESUPPORT_E_SSL_CACERT | -2147200237 | Problem with the CA cert (invalid path / access rights) |
MESSAGESUPPORT_E_SSL_CONNECT_ERROR | -2147200236 | A problem occurred somewhere in the SSL/TLS handshake. |
MESSAGESUPPORT_E_SSL_PEER_CERTIFICATE | -2147200235 | The remote server's SSL certificate was deemed not OK. |
MESSAGESUPPORT_E_INVALID_GET_FILE | -2147200234 | There was an error accessing the output file provided for an http GET operation. |
MESSAGESUPPORT_E_OPERATION_TIMEDOUT | -2147200233 | The operation on the server took too long. The client has timed out. |
MESSAGESUPPORT_E_MEM_ALLOC_FAILED | -2147200232 | Memory allocation failure. |
MESSAGESUPPORT_E_AUTH_TOKEN_FAILURE | -2147200231 | Token-based authentication failure. |
MESSAGESUPPORT_E_AUTH_TOKEN_REQUIRED | -2147200230 | Authentication token required. |
MESSAGESUPPORT_E_GET_TOKEN_FAILED | -2147200229 | Unable to acquire authentication token. Check with your GIS Server administrator to verify the token service is available and correctly configured. |
MESSAGESUPPORT_E_HTTP_VERSION_NOT_SUPPORTED | -2147200228 | HTTP Version Not Supported. |
MESSAGESUPPORT_E_NOT_ACCEPTABLE | -2147200227 | The server is not capable of generating the response which has the content characteristics requested by the client (e.g. encoding). |
MESSAGESUPPORT_E_NOTFEDERATEDWITHACTIVEPORTAL | -2147200226 | Connection to federated server attempted, but server is federated with a portal other than the active portal. |
MESSAGESUPPORT_E_CONNECTION_CANCELLED | -2147200225 | The connection was cancelled by the user. |
MESSAGESUPPORT_E_GATEWAY_TIMEOUT | -2147200224 | Gateway Timeout. |
MESSAGESUPPORT_E_UNPROCESSABLE_ENTITY | -2147200223 | The request was well-formed but was unable to be followed due to semantic errors. |
MESSAGESUPPORT_E_TOO_MANY_REQUESTS | -2147200222 | Too Many Requests. |