FailureSource
Namespace: Signal.Bot
Full Name: Signal.Bot.FailureSource
Summary
Defines the types of errors that can occur during message polling and WebSocket communication.
Possible values:
Undefined- Undefined or unknown error type.MessageReceived- Error occurred while processing a received message.MessageReceiveTerminated- Message receiving was terminated due to an error.DisconnectionHappened- A disconnection event occurred.DisconnectionHappenTerminated- Disconnection handling was terminated due to an error.ConnectionHappened- A connection event occurred.ConnectionHappenTerminated- Connection handling was terminated due to an error.Failed- A general failure occurred.
Values
Undefined
Undefined or unknown error type.
MessageReceived
Error occurred while processing a received message from the Signal server.
MessageReceiveTerminated
Message receiving process was terminated due to an error or cancellation.
DisconnectionHappened
A WebSocket disconnection event occurred during polling.
DisconnectionHappenTerminated
Disconnection event handling was terminated due to an error.
ConnectionHappened
A WebSocket connection event occurred during polling.
ConnectionHappenTerminated
Connection event handling was terminated due to an error.
Failed
A general failure occurred that doesn't fit other specific error types.
