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 Serializable
trait Product
trait Equals
trait Packet
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
UnknownPacket.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product