# `Localize.NoCertificateStoreError`
[🔗](https://github.com/elixir-localize/localize/blob/v0.32.0/lib/localize/exception/no_certificate_store_error.ex#L1)

Exception raised when no certificate trust store can be located.

Carries the list of paths that were searched in the `:searched`
field so callers and operators can see exactly which locations
were considered.

# `t`

```elixir
@type t() :: %Localize.NoCertificateStoreError{
  __exception__: true,
  searched: [String.t()]
}
```

---

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