Contents

CFNetworkErrors

This enumeration contains error codes returned under the error domain Kcferrordomaincfnetwork.

Declaration

enum CFNetworkErrors

Overview

To determine the source of an error, examine the userInfo dictionary included in the CFError object returned by a function call or call CFErrorGetDomain(_:) and pass in the CFError object and the domain whose value you want to read. These errors are all part of the kCFErrorDomainCFNetwork domain.

Topics

Constants

Enumeration Cases

Initializers

See Also

Errors