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