final case class UnknownConnectProtocol(protocolName: Either[DecodeError, String], protocolLevel: ProtocolLevel) extends DecodeError with Product with Serializable
Cannot determine the protocol name/level combination of the connect
- Source
- model.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnknownConnectProtocol
- Serializable
- Product
- Equals
- DecodeError
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new UnknownConnectProtocol(protocolName: Either[DecodeError, String], protocolLevel: ProtocolLevel)
Value Members
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val protocolLevel: ProtocolLevel
- val protocolName: Either[DecodeError, String]