failedToLoadSystemTrustStore(reason:file:line:)

The system trust store could not be found or failed to load from disk.

Error.swift:256
static func failedToLoadSystemTrustStore(reason: String, file: String = #fileID, line: UInt = #line) -> CertificateError

Parameters

reason

A detailed reason included which locations were tried and which error got thrown.

file

The file where the error occurs.

line

The line where the error occurs.

Returns

A CertificateError with code set to failedToLoadSystemTrustStore.