UnknownMessage

skunk.net.message.UnknownMessage
See theUnknownMessage companion object
final case class UnknownMessage(tag: Byte, data: ByteVector) extends BackendMessage

Default interpretation of a backend message if the tag is unknown to Skunk.

Attributes

Companion
object
Source
UnknownMessage.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
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
UnknownMessage.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product