Windows error 0x83760002, -2089418750

Detailed Error Information

E_INVALID_PROTOCOL_FORMAT[1]

MessageInvalid data format for the specific protocol operation.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode886 (0x376)
NameFACILITY_WEB_SOCKET[1]
Error Code2 (0x0002)

Questions

0votes
0answers

C# ClientWebsocket throwing Exception on incoming binary message

I implemented a websocket-client using System.Net.WebSockets to communicate with an embedded device. On the device the libwebsocket library is in use. The main part of the protocol is implemented using JSON strings, which works perfectly but some binary transmission is also needed. Outgoing binary message from Windows are received correctly [...] read more
c#
exception
websocket
libwebsockets

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0