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.
Summary
Types
@type t() :: %Localize.NoCertificateStoreError{ __exception__: true, searched: [String.t()] }