wclConnectionErrors Namespace

 NameDescription
wclEClientActive

The exception raises when an application tries to change any property of already active (connecting or connected) client component.

wclEClientConnection

Exception class used for client connections.

wclEConnection

The base class for connections exceptions.

wclEServerActive

The exception raises when an application tries to change any property of already active (listening) server component.

wclEServerClientConnection

Exception class used for server client connections.

wclEServerConnection

Exception class used for server connections.

Top
 NameDescription
WCL_E_CONNECTION_ACTIVE

A connection is active.

WCL_E_CONNECTION_BASE

The base error code for all connection errors.

WCL_E_CONNECTION_CLOSED

The connection has been closed.

WCL_E_CONNECTION_NOT_ACTIVE

A connection is not active.

WCL_E_CONNECTION_TERMINATED

The connection has been terminated by unknown reason.

WCL_E_CONNECTION_TERMINATED_BY_USER

The connection has been terminated by user.

WCL_E_CONNECTION_UNABLE_CREATE_CONNECTION_COMPLETE_EVENT

Unable to create connection complete event object.

WCL_E_CONNECTION_UNABLE_CREATE_INIT_EVENT

Unable to create a communication thread initialization event.

WCL_E_CONNECTION_UNABLE_CREATE_OR_INIT_CLIENT

A server was not able to create or init client connection instance.

WCL_E_CONNECTION_UNABLE_CREATE_TERMINATE_EVENT

Unable to create communication termination event object.

WCL_E_CONNECTION_UNABLE_FIND_CLIENT_CLASS

A server was not able to find a specific client connection class.

WCL_E_CONNECTION_UNABLE_START_COMMUNICATION

Unable to create communication thread.

WCL_E_CONNECTION_UNEXPECTED

Unexpected error.

WCL_E_OBEX_ACCEPTED

The request has been accepted for processing, but the processing has not been completed. The request might or might not be eventually acted upon, and may be disallowed when processing occurs.

WCL_E_OBEX_BAD_GATEWAY

The server was acting as a gateway or proxy and received an invalid response from the upstream server.

WCL_E_OBEX_BAD_REQUEST

The server cannot or will not process the request due to an apparent client error (e.g., malformed request syntax, size too large, invalid request message framing, or deceptive request routing).

WCL_E_OBEX_BASE

The base error code for OBEX errors.

WCL_E_OBEX_COM_INIT_FAILED

COM initialization failed.

WCL_E_OBEX_CONFLICT

Indicates that the request could not be processed because of conflict in the request, such as an edit conflict between multiple simultaneous updates.

WCL_E_OBEX_CONNECTED

An OBEX client is already connected to an OBEX server.

WCL_E_OBEX_CONTINUE

The server has received the request headers and the client should proceed to send the request body (in the case of a request for which a body needs to be sent).

WCL_E_OBEX_CREATED

The request has been fulfilled, resulting in the creation of a new resource.

WCL_E_OBEX_CREATE_CONNECTION_ID_MUTEX_FAILED

Unable to create synchronization Mutex used to generate connection ID.

WCL_E_OBEX_DATABASE_FULL

Indicates that the client requests that something be placed into a database but the database is full (cannot take more data).

WCL_E_OBEX_DATABASE_LOCKED

Returned when the client wishes to access a database, database table, or database record that has been locked.

WCL_E_OBEX_DISCONNECTED

The error code indicates that the OBEX session has been disconnected by a remote side.

WCL_E_OBEX_FORBIDDEN

The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account of some sort.

WCL_E_OBEX_GATEWAY_TIMEOUT

The server was acting as a gateway or proxy and did not receive a timely response from the upstream server.

WCL_E_OBEX_GONE

Indicates that the resource requested is no longer available and will not be available again.

WCL_E_OBEX_HTTP_VERSION_NOT_SUPPORTED

The server does not support the HTTP protocol version used in the request.[

WCL_E_OBEX_INTERNAL

A generic error, given when an unexpected condition was encountered and no more specific message is suitable.

WCL_E_OBEX_INVALID_DIR_FORMAT

Wrong directory listing format.

WCL_E_OBEX_INVALID_DIR_LIST

Unable to parse directory listing.

WCL_E_OBEX_INVALID_OPERATION_SEQUENCE

The operation can not be executed at this time. This error appears if for example an application calls Terminate for Connect, Disconnect or SetPath operations.

WCL_E_OBEX_INVALID_STATE

Invalid data processor state.

WCL_E_OBEX_LENGTH_REQUIRED

The request did not specify the length of its content, which is required by the requested resource.

WCL_E_OBEX_MAX_CONNECTION_ID

The maximum connection ID has been reached.

WCL_E_OBEX_METHOD_NOT_ALLOWED

A request method is not supported for the requested resource.

WCL_E_OBEX_MOVED_PERMANENTLY

This and all future requests should be directed to the given URI.

WCL_E_OBEX_MOVED_TEMPORARY

The response to the request can be found under another URI using the GET method.

WCL_E_OBEX_MULTIPLE_CHOICES

Indicates multiple options for the resource from which the client may choose.

WCL_E_OBEX_NON_AUTHORITATIVE

The server is a transforming proxy that received a WCL_E_SUCCESS from its origin, but is returning a modified version of the origin's response.

WCL_E_OBEX_NOT_ACCEPTABLE

The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.

WCL_E_OBEX_NOT_CONNECTED

An OBEX client is not connected to an OBEX server.

WCL_E_OBEX_NOT_FOUND

The requested resource could not be found but may be available in the future. Subsequent requests by the client are permissible.

WCL_E_OBEX_NOT_IMPLEMENTED

The server either does not recognize the request method, or it lacks the ability to fulfill the request.

WCL_E_OBEX_NOT_MODIFIED

Indicates that the resource has not been modified since the version specified by the request headers If-Modified-Since or If-None-Match. In such case, there is no need to retransmit the resource since the client still has a previously-downloaded copy.

WCL_E_OBEX_NO_CONTENT

The server successfully processed the request and is not returning any content.

WCL_E_OBEX_OPERATION_IN_PROGRESS

An OBEX operation is in progress.

WCL_E_OBEX_OPERATION_TERMINATED_BY_DISCONNECT

The current operation has been terminated because a remote device is disconnected.

WCL_E_OBEX_OPERATION_TERMINATED_BY_USER

The current operation has been terminated by a user.

WCL_E_OBEX_PARTIAL_CONTENT

The server is delivering only part of the resource due to a range header sent by the client. The range header is used by OBEX clients to enable resuming of interrupted downloads, or split a download into multiple simultaneous streams.

WCL_E_OBEX_PAYMENT_REQUIRED

Reserved for future use.

WCL_E_OBEX_PRECONDITION_FAILED

The server does not meet one of the preconditions that the requester put on the request.

WCL_E_OBEX_PROXY_AUTH_REQUIRED

The client must first authenticate itself with the proxy.

WCL_E_OBEX_REQUEST_TIMEOUT

The server timed out waiting for the request.

WCL_E_OBEX_REQUEST_TOO_LARGE

The request is larger than the server is willing or able to process.

WCL_E_OBEX_RESET_CONTENT

The server successfully processed the request, but is not returning any content. Unlike a WCL_E_OBEX_NO_CONTENT error, this error requires that the requester reset the object.

WCL_E_OBEX_SEE_OTHER

The response to the request can be found under another URI using the GET method.

WCL_E_OBEX_SERVICE_UNAVAILABLE

The server is currently unavailable (because it is overloaded or down for maintenance). Generally, this is a temporary state. Also this error indicates that wrong Connect ID or Target used.

WCL_E_OBEX_UNAUTHORIZED

Similar to WCL_E_OBEX_FORBIDDEN, but specifically for use when authentication is required and has failed or has not yet been provided. The response must include a WWW-Authenticate header field containing a challenge applicable to the requested resource.

WCL_E_OBEX_UNEXPECTED

Unexpected or unknown OBEX result code.

WCL_E_OBEX_UNSUPPORTED_MEDIA_TYPE

The request entity has a media type which the server or resource does not support. For example, the client uploads an image as image/svg+xml, but the server requires that images use a different format.

WCL_E_OBEX_URL_TOO_LARGE

The URI provided was too long for the server to process.

WCL_E_OBEX_USE_PROXY

The requested resource is available only through a proxy, the address for which is provided in the response.

WCL_E_OBEX_XML_NOT_AVAILABLE

XML parser is not available.

Top