Table of Contents

Enum FailureHint.Reason

Namespace
Supabase.Realtime.Exceptions
Assembly
Supabase.Realtime.dll

Reasons for a failure

public enum FailureHint.Reason
Extension Methods

Fields

ChannelJoinFailure = 3

Channel cannot be joined

ChannelNotOpen = 2

Channel is not open

ConnectionLost = 5

Connection has been lost

ConnectionStale = 6

No message has been received, usually given by server. If seen, please open an issue.

PushTimeout = 1

A push timeout

SocketError = 4

Socket has errored, either in connection or reconnection.

Unknown = 0

Catchall for any kind of failure that is presently untyped.