StreamError Type
Errors that can occur during Jetstream event streaming.
Union cases
| Union case |
Description
|
Full Usage:
Closed
|
|
Full Usage:
ConnectionFailed message
Parameters:
string
|
|
Full Usage:
DeserializationError message
Parameters:
string
|
|
Full Usage:
WebSocketError message
Parameters:
string
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsClosed
Returns: bool
|
|
Full Usage:
this.IsConnectionFailed
Returns: bool
|
|
Full Usage:
this.IsDeserializationError
Returns: bool
|
|
Full Usage:
this.IsWebSocketError
Returns: bool
|
|