ConnectionError
Namespace: Signal.Bot
Full Name: Signal.Bot.ConnectionError
Summary
Represents a connection-related event during WebSocket lifecycle that is reported as an error for handling purposes. This is not an actual error condition, but rather a notification mechanism for connection state changes such as initial connection or reconnection events.
Properties
Event
The specific connection event that occurred (see ConnectionEvent for possible values).
Methods
#ctor
csharp
#ctor(Event)Represents a connection-related event during WebSocket lifecycle that is reported as an error for handling purposes. This is not an actual error condition, but rather a notification mechanism for connection state changes such as initial connection or reconnection events.
Parameters:
Event- The specific connection event that occurred (seeConnectionEventfor possible values).
