UnknownMessage

works.iterative.claude.core.model.UnknownMessage
case class UnknownMessage(messageType: String, json: Json) extends Message

A wire message the parser has no specific type for — the raw JSON survives verbatim. Covers unknown type values and known types whose required fields are missing or malformed. messageType is the wire type value, or empty when the message carries no string type key.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Message
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product