SessionEnd

works.iterative.claude.core.model.SessionEnd
case class SessionEnd(exitCode: Option[Int], error: Option[CLIError])

How a session ended.

exitCode is the process exit code when one was observed. error is the CLIError a pending waiter should fail with — present when the process died abnormally, None on a clean shutdown.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
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