Nous.Errors.ProviderError exception (nous v0.15.4)

View Source

Error from an LLM provider.

Raised when a provider API call fails.

Summary

Types

t()

@type t() :: %Nous.Errors.ProviderError{
  __exception__: true,
  details: any(),
  message: String.t(),
  provider: atom() | nil,
  status_code: integer() | nil
}