ErrorKind

org.llm4s.metrics.ErrorKind
See theErrorKind companion object
sealed trait ErrorKind

Stable categorization of LLM errors for metrics.

These are stable labels safe for use in metrics dimensions. Do not use exception class names as they may change.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Network
object RateLimit
object Timeout
object Unknown
object Validation
Show all
In this article