HuggingfaceClient.Error.RoutingError exception (huggingface_client v0.1.0)

Copy Markdown View Source

Raised when the inference request cannot be routed to any provider.

Summary

Types

t()

@type t() :: %HuggingfaceClient.Error.RoutingError{
  __exception__: true,
  message: String.t()
}