ConnectionError

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

A server rejection of a ConnectionInit request.

Value parameters:
payload

error information

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product