AFError_ServerTrustFailureReason_Output - SwiftDocOrg/Alamofire GitHub Wiki
AFError.ServerTrustFailureReason.Output
The output of a server trust evaluation.
public struct Output
Properties
host
The host for which the evaluation was performed.
let host: String
trust
The SecTrust value which was evaluated.
let trust: SecTrust
status
The OSStatus of evaluation operation.
let status: OSStatus
result
The result of the evaluation operation.
let result: SecTrustResultType