UnknownPacket
ldbc.connector.net.packet.response.UnknownPacket
case class UnknownPacket(status: Int, detail: Option[String]) extends ResponsePacket
Represents a response packet that is not recognized by the client.
Value parameters
- detail
-
the detail message of the packet
- originatedPacket
-
the packet that originated the unknown packet
- status
-
the status code of the packet
Attributes
- Source
- UnknownPacket.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ResponsePackettrait Packetclass Objecttrait Matchableclass Any
Members list
In this article