SocketWrench Library Error Codes  
 
Value Constant Description
0x80042711 ST_ERROR_NOT_HANDLE_OWNER Handle not owned by the current thread
0x80042712 ST_ERROR_FILE_NOT_FOUND The specified file or directory does not exist
0x80042713 ST_ERROR_FILE_NOT_CREATED The specified file could not be created
0x80042714 ST_ERROR_OPERATION_CANCELED The blocking operation has been canceled
0x80042715 ST_ERROR_INVALID_FILE_TYPE The specified file is a block or character device, not a regular file
0x80042716 ST_ERROR_INVALID_DEVICE The specified device or address does not exist
0x80042717 ST_ERROR_TOO_MANY_PARAMETERS The maximum number of function parameters has been exceeded
0x80042718 ST_ERROR_INVALID_FILE_NAME The specified file name contains invalid characters or is too long
0x80042719 ST_ERROR_INVALID_FILE_HANDLE Invalid file handle passed to function
0x8004271A ST_ERROR_FILE_READ_FAILED Unable to read data from the specified file
0x8004271B ST_ERROR_FILE_WRITE_FAILED Unable to write data to the specified file
0x8004271C ST_ERROR_OUT_OF_MEMORY Out of memory
0x8004271D ST_ERROR_ACCESS_DENIED Access denied
0x8004271E ST_ERROR_INVALID_PARAMETER Invalid argument passed to function
0x8004271F ST_ERROR_CLIPBOARD_UNAVAILABLE The system clipboard is currently unavailable
0x80042720 ST_ERROR_CLIPBOARD_EMPTY The system clipboard is empty or does not contain any text data
0x80042721 ST_ERROR_FILE_EMPTY The specified file does not contain any data
0x80042722 ST_ERROR_FILE_EXISTS The specified file already exists
0x80042723 ST_ERROR_END_OF_FILE End of file
0x80042724 ST_ERROR_DEVICE_NOT_FOUND The specified device could not be found
0x80042725 ST_ERROR_DIRECTORY_NOT_FOUND The specified directory could not be found
0x80042726 ST_ERROR_INVALID_BUFFER Invalid memory address passed to function
0x80042728 ST_ERROR_NO_HANDLES No more handles available to this process
0x80042733 ST_ERROR_OPERATION_WOULD_BLOCK The specified operation would block the current thread
0x80042734 ST_ERROR_OPERATION_IN_PROGRESS A blocking operation is currently in progress
0x80042735 ST_ERROR_ALREADY_IN_PROGRESS The specified operation is already in progress
0x80042736 ST_ERROR_INVALID_HANDLE Invalid handle passed to function
0x80042737 ST_ERROR_INVALID_ADDRESS Invalid network address specified
0x80042738 ST_ERROR_INVALID_SIZE Datagram is too large to fit in specified buffer
0x80042739 ST_ERROR_INVALID_PROTOCOL Invalid network protocol specified
0x8004273A ST_ERROR_PROTOCOL_NOT_AVAILABLE The specified network protocol is not available
0x8004273B ST_ERROR_PROTOCOL_NOT_SUPPORTED The specified protocol is not supported
0x8004273C ST_ERROR_SOCKET_NOT_SUPPORTED The specified socket type is not supported
0x8004273D ST_ERROR_INVALID_OPTION The specified option is invalid
0x8004273E ST_ERROR_PROTOCOL_FAMILY Specified protocol family is not supported
0x8004273F ST_ERROR_PROTOCOL_ADDRESS The specified address is invalid for this protocol family
0x80042740 ST_ERROR_ADDRESS_IN_USE The specified address is in use by another process
0x80042741 ST_ERROR_ADDRESS_UNAVAILABLE The specified address cannot be assigned
0x80042742 ST_ERROR_NETWORK_UNAVAILABLE The networking subsystem is unavailable
0x80042743 ST_ERROR_NETWORK_UNREACHABLE The specified network is unreachable
0x80042744 ST_ERROR_NETWORK_RESET Network dropped connection on remote reset
0x80042745 ST_ERROR_CONNECTION_ABORTED Connection was aborted due to timeout or other failure
0x80042746 ST_ERROR_CONNECTION_RESET Connection was reset by remote network
0x80042747 ST_ERROR_OUT_OF_BUFFERS No buffer space is available
0x80042748 ST_ERROR_ALREADY_CONNECTED Connection already established with remote host
0x80042749 ST_ERROR_NOT_CONNECTED No connection established with remote host
0x8004274A ST_ERROR_CONNECTION_SHUTDOWN Unable to send or receive data after connection shutdown
0x8004274C ST_ERROR_OPERATION_TIMEOUT The specified operation has timed out
0x8004274D ST_ERROR_CONNECTION_REFUSED The connection has been refused by the remote host
0x80042750 ST_ERROR_HOST_UNAVAILABLE The specified host is unavailable
0x80042751 ST_ERROR_HOST_UNREACHABLE Remote host is unreachable
0x80042753 ST_ERROR_TOO_MANY_PROCESSES Too many processes are using the networking subsystem
0x8004276B ST_ERROR_NETWORK_NOT_READY Network subsystem is not ready for communication
0x8004276C ST_ERROR_INVALID_VERSION This version of the operating system is not supported
0x8004276D ST_ERROR_NETWORK_NOT_INITIALIZED The networking subsystem has not been initialized
0x80042775 ST_ERROR_REMOTE_SHUTDOWN The remote host has initiated a graceful shutdown sequence
0x80042AF9 ST_ERROR_INVALID_HOSTNAME The specified hostname is invalid or could not be resolved
0x80042AFA ST_ERROR_HOSTNAME_NOT_FOUND The specified hostname could not be found
0x80042AFB ST_ERROR_HOSTNAME_REFUSED Unable to resolve hostname, request refused
0x80042AFC ST_ERROR_HOSTNAME_NOT_RESOLVED Unable to resolve hostname, no address for specified host
0x80042EE1 ST_ERROR_INVALID_LICENSE The license for this product is invalid
0x80042EE2 ST_ERROR_PRODUCT_NOT_LICENSED This product is not licensed to perform this operation
0x80042EE3 ST_ERROR_NOT_IMPLEMENTED This function has not been implemented on this platform
0x80042EE4 ST_ERROR_UNKNOWN_LOCALHOST Unable to determine local host name
0x80042EE5 ST_ERROR_INVALID_HOSTADDRESS Invalid host address specified
0x80042EE6 ST_ERROR_INVALID_SERVICE_PORT Invalid service port number specified
0x80042EE7 ST_ERROR_INVALID_SERVICE_NAME Invalid or unknown service name specified
0x80042EE8 ST_ERROR_INVALID_EVENTID Invalid event identifier specified
0x80042EE9 ST_ERROR_OPERATION_NOT_BLOCKING No blocking operation in progress on this socket
0x80042F45 ST_ERROR_SECURITY_NOT_INITIALIZED Unable to initialize security interface for this process
0x80042F46 ST_ERROR_SECURITY_CONTEXT Unable to establish security context for this session
0x80042F47 ST_ERROR_SECURITY_CREDENTIALS Unable to open client certificate store or establish client credentials
0x80042F48 ST_ERROR_SECURITY_CERTIFICATE Unable to validate the certificate chain for this session
0x80042F49 ST_ERROR_SECURITY_DECRYPTION Unable to decrypt data stream
0x80042F4A ST_ERROR_SECURITY_ENCRYPTION Unable to encrypt data stream
0x80043031 ST_ERROR_MAXIMUM_CONNECTIONS The maximum number of client connections exceeded
0x80043032 ST_ERROR_THREAD_CREATION_FAILED Unable to create a new thread for the current process
0x80043033 ST_ERROR_INVALID_THREAD_HANDLE The specified thread handle is no longer valid
0x80043034 ST_ERROR_THREAD_TERMINATED The specified thread has been terminated
0x80043035 ST_ERROR_THREAD_DEADLOCK The operation would result in the current thread becoming deadlocked
0x80043036 ST_ERROR_INVALID_CLIENT_MONIKER The specified moniker is not associated with any client session
0x80043037 ST_ERROR_CLIENT_MONIKER_EXISTS The specified moniker has been assigned to another client session
0x80043038 ST_ERROR_SERVER_INACTIVE The specified server is not listening for client connections
0x80043039 ST_ERROR_SERVER_SUSPENDED The specified server is suspended and not accepting client connections