# `SnakeBridge.HelperRegistryError`
[🔗](https://github.com/nshkrdotcom/snakebridge/blob/v0.16.0/lib/snakebridge/helper_registry_error.ex#L1)

Error raised when helper registry discovery fails.

# `t`

```elixir
@type t() :: %SnakeBridge.HelperRegistryError{
  __exception__: true,
  message: String.t(),
  python_error: String.t() | nil,
  suggestion: String.t() | nil,
  type: :load_failed
}
```

# `from_python_output`

```elixir
@spec from_python_output(String.t()) :: t()
```

Build an error from Python stderr output.

---

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