# `HuggingfaceClient.Error.ProviderOutputError`
[🔗](https://github.com/huggingface/huggingface_client/blob/v0.1.0/lib/huggingface_client/error.ex#L130)

Raised when the provider returns a response that doesn't match expectations.

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
