Websocket.dll
Web Socket API
Associated Error Codes
Below lists error codes and symbolic names found for this module.
| Code | Found in | Description |
|---|---|---|
| 0x10000001 | 8.11011 | KW_ALL |
| 0x30000000 | 8.11011 | Info |
| 0x30000001 | 8.11011 | Start |
| 0x30000002 | 8.11011 | Stop |
| 0x50000002 | 8.11011 | Error |
| 0x50000004 | 8.11011 | Information |
| 0x70000001 | 8.11011 | Parser |
| 0x70000002 | 8.11011 | Action queue |
| 0x90000001 | 8.11011 | Microsoft-Windows-Websocket-Protocol-Component |
| 0xb0000001 | 8.11011 | %1 |
| 0xb0000002 | 8.11011 | Operation of '%2' type queued with ID '%1'. |
| 0xb0000003 | 8.11011 | Operation '%1' is executing action '%2'. |
| 0xb0000004 | 8.11011 | Operation '%1' finished. |
| 0xd0000001 | 8.11011 | The action context passed to WebSocketCompleteAction has an incorrect value. |
| 0xd0000002 | 8.11011 | Received '%1!x!' frame, but expected either a continuation or a control frame. |
| 0xd0000003 | 8.11011 | Received unexpected continuation frames. |
| 0xd0000004 | 8.11011 | Received a data frame '%1!x!', but channel is already closed. |
| 0xd0000005 | 8.11011 | Received close frame with invalid size. |
| 0xd0000006 | 8.11011 | Received control frame '%1!x!' with size '%2!d!' bytes. Maximum allowed size is 125 bytes. |
| 0xd0000007 | 8.11011 | Received fragmented control frame '%1!x!'. |
| 0xd0000008 | 8.11011 | Sending a data frame '%1!x!', but channel is already closed. |
| 0xd0000009 | 8.11011 | Sending close frame, but channel is already closed. |
| 0xd000000a | 8.11011 | Received close frame, but channel is already closed. |
| 0xd000000b | 8.11011 | Close reason has '%1!d!' bytes, but cannot be larger than 123 bytes. |
| 0xd000000c | 8.11011 | Unable to parse '%1!.*S!'. Unable to parse %2 at offset '%3!d!' |
| 0xd000000d | 8.11011 | Unable to parse '%1!.*S!'. Expected at most '%2!d!' elements. |
| 0xd000000e | 8.11011 | Unable to parse '%1!.*S!'. Expected ',' at offset '%2!d!' |
| 0xd000000f | 8.11011 | Unable to parse '%1!.*S!'. Expected more characters to parse. |
| 0xd0000010 | 8.11011 | Verification of 'Sec-WebSocket-Protocol' header failed. |
| 0xd0000011 | 8.11011 | Verification of 'Sec-WebSocket-Extensions' header failed. |
| 0xd0000012 | 8.11011 | Verification of 'Sec-WebSocket-Version' header failed. |
| 0xd0000013 | 8.11011 | Verification of 'Upgrade' header failed. |
| 0xd0000014 | 8.11011 | Verification of 'Connection' header failed. |
| 0xd0000015 | 8.11011 | Token 'Connection' is missing in 'Upgrade' header. |
| 0xd0000016 | 8.11011 | Token 'WebSocket' is missing in 'Connection' header. |
| 0xd0000017 | 8.11011 | Subprotocol is not supported. |
| 0xd0000018 | 8.11011 | Extension is not supported. |
| 0xd0000019 | 8.11011 | Element '%1!.*S!' found twice in a header. |
| 0xd000001a | 8.11011 | Element '%1!.*S!' was not found in a header. |
| 0xd000001b | 8.11011 | Value of 'Sec-WebSocket-Accept' header does not match. Expected '%2!.*S!' but received '%3!.*S!'. |
| 0xd000001c | 8.11011 | Invalid buffer type. The message was started with '%1!x!' and must be finished with '%2!x!' before any other message type can be sent. |
| 0xd000001d | 8.11011 | A frame with reserved bits/opcodes cannot be mapped to a known type. |
| 0xd000001e | 8.11011 | Mask bit is reserved and cannot be used. |
| 0xd000001f | 8.11011 | The reason string must be NULL and reason length must be zero. |
| 0xd0000020 | 8.11011 | Specified status code cannot be used. |
| 0xd0000021 | 8.11011 | If buffer is NULL the length must be 0. |
| 0xd0000022 | 8.11011 | The parameter passed is invalid. |
| 0xd0000023 | 8.11011 | The UTF-8 sequence in the text frame is invalid. |
| 0xd0000024 | 8.11011 | Frame from server cannot have mask bit set. |
| 0xd0000025 | 8.11011 | Frame's length field is formatted incorrectly. |
| 0xd0000026 | 8.11011 | The default keep-alive value registry key does not exist or is malformed. Using default value. |
| 0xd0000027 | 8.11011 | The default keep-alive value registry key is set to too small a value. Using lowest allowed value instead. |
| 0xd0000028 | 8.11011 | At least one header is expected. |
| 0xd0000029 | 8.11011 | Multiple instances of '%1!.*S!' header found but only one instance is allowed. |
| 0xd000002a | 8.11011 | Header '%1!.*S!' required but not found. |
| 0xd000002b | 8.11011 | The mask bit is cleared, but client to server communication requires it to be set. |
| 0xd000002c | 8.11011 | The mask bit is set, but server to client communication requires it to be cleared. |
| 0xd000002d | 8.11011 | Invalid value of WEB_SOCKET_BUFFER_TYPE enumeration. |
| 0xd000002e | 8.11011 | Receive |
| 0xd000002f | 8.11011 | Send |
| 0xd0000030 | 8.11011 | WEB_SOCKET_NO_ACTION |
| 0xd0000031 | 8.11011 | WEB_SOCKET_SEND_TO_NETWORK_ACTION |
| 0xd0000032 | 8.11011 | WEB_SOCKET_INDICATE_SEND_COMPLETE_ACTION |
| 0xd0000033 | 8.11011 | WEB_SOCKET_RECEIVE_FROM_NETWORK_ACTION |
| 0xd0000034 | 8.11011 | WEB_SOCKET_INDICATE_RECEIVE_COMPLETE_ACTION |
| 0xd0000035 | 8.11011 | token |
| 0xd0000036 | 8.11011 | extension |
| 67 entries | ||