Enum FailureHint.Reason
- Namespace
- Supabase.Realtime.Exceptions
- Assembly
- Supabase.Realtime.dll
Reasons for a failure
public enum FailureHint.Reason
- Extension Methods
Fields
ChannelJoinFailure = 3Channel cannot be joined
ChannelNotOpen = 2Channel is not open
ConnectionLost = 5Connection has been lost
ConnectionStale = 6No message has been received, usually given by server. If seen, please open an issue.
PushTimeout = 1A push timeout
SocketError = 4Socket has errored, either in connection or reconnection.
Unknown = 0Catchall for any kind of failure that is presently untyped.