ConnectionError

final case
class ConnectionError(payload: Map[String, Json]) extends FromServer with Payload[Map[String, Json]]

A server rejection of a ConnectionInit request.

Value Params
payload

error information

Companion
object
trait Payload[Map[String, Json]]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product