FileError

org.llm4s.error.AssistantError.FileError
final case class FileError(message: String, path: FilePath, operation: String, cause: Option[Throwable]) extends AssistantError

Attributes

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

Members list

Value members

Inherited methods

def formatted: String

Converts to a formatted error message with context

Converts to a formatted error message with context

Attributes

Inherited from:
AssistantError
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

override val context: Map[String, String]

Additional context information

Additional context information

Attributes