Error

data class Error(val cause: Throwable, val recoverable: Boolean) : TransportState(source)

Transport encountered an error.

Parameters

cause

the underlying exception

recoverable

if true, the engine will attempt automatic reconnect; if false, the error is likely terminal (credentials, unsupported device, etc.)

Constructors

Link copied to clipboard
constructor(cause: Throwable, recoverable: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard