AssistantError

org.llm4s.error.AssistantError
See theAssistantError companion class

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class CommandParseError(message: String, command: String, parseOperation: String, cause: Option[Throwable]) extends AssistantError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class DisplayError(message: String, displayType: String, cause: Option[Throwable]) extends AssistantError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class EOFError(message: String, operation: String) extends AssistantError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class FileError(message: String, path: FilePath, operation: String, cause: Option[Throwable]) extends AssistantError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class IOError(message: String, operation: String, cause: Option[Throwable]) extends AssistantError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SerializationError(message: String, dataType: String, operation: String, cause: Option[Throwable]) extends AssistantError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SessionError(message: String, sessionId: SessionId, operation: String, cause: Option[Throwable]) extends AssistantError

Attributes

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

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def consoleInputFailed(cause: Throwable): AssistantError
def consoleOutputFailed(displayType: String, cause: Throwable): AssistantError
def emptyCommandTitle(command: String): AssistantError
def fileReadFailed(path: FilePath, cause: Throwable): AssistantError
def fileWriteFailed(path: FilePath, cause: Throwable): AssistantError
def jsonDeserializationFailed(dataType: String, cause: Throwable): AssistantError
def jsonSerializationFailed(dataType: String, cause: Throwable): AssistantError
def sessionTitleNotFound(sessionTitle: String): AssistantError
def unknownCommand(command: String): AssistantError