HuggingfaceClient.Error exception (huggingface_client v0.1.0)

Copy Markdown View Source

Base exception for all HuggingFace Inference errors.

The hierarchy mirrors the JS package's error classes:

Summary

Types

t()

@type t() :: %HuggingfaceClient.Error{
  __exception__: true,
  message: String.t(),
  reason: atom() | nil
}