org.llm4s.llmconnect.utils.ConnectionStatus
See theConnectionStatus companion trait
object ConnectionStatus
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ConnectionStatus.type
Members list
Type members
Classlikes
case object Connected extends ConnectionStatus
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ConnectionStatusclass Objecttrait Matchableclass AnyShow all
- Self type
-
Connected.type
case object Connecting extends ConnectionStatus
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ConnectionStatusclass Objecttrait Matchableclass AnyShow all
- Self type
-
Connecting.type
case object Disconnected extends ConnectionStatus
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ConnectionStatusclass Objecttrait Matchableclass AnyShow all
- Self type
-
Disconnected.type
case class Error(message: String, cause: Option[Throwable]) extends ConnectionStatus
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ConnectionStatusclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article