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
Members list
In this article