org.llm4s.error.AssistantError
See theAssistantError companion class
object AssistantError
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
AssistantError.type
Members list
Type members
Classlikes
final case class CommandParseError(message: String, command: String, parseOperation: String, cause: Option[Throwable]) extends AssistantError
Attributes
- Supertypes
-
class AssistantErrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class DisplayError(message: String, displayType: String, cause: Option[Throwable]) extends AssistantError
Attributes
- Supertypes
-
class AssistantErrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class EOFError(message: String, operation: String) extends AssistantError
Attributes
- Supertypes
-
class AssistantErrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class FileError(message: String, path: FilePath, operation: String, cause: Option[Throwable]) extends AssistantError
Attributes
- Supertypes
-
class AssistantErrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class IOError(message: String, operation: String, cause: Option[Throwable]) extends AssistantError
Attributes
- Supertypes
-
class AssistantErrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class SerializationError(message: String, dataType: String, operation: String, cause: Option[Throwable]) extends AssistantError
Attributes
- Supertypes
-
class AssistantErrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class SessionError(message: String, sessionId: SessionId, operation: String, cause: Option[Throwable]) extends AssistantError
Attributes
- Supertypes
-
class AssistantErrortrait Serializabletrait Producttrait Equalsclass 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
Value members
Concrete methods
In this article