Localize.NoCertificateStoreError exception (Localize v0.32.0)

Copy Markdown View Source

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

t()

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