CFErrorGetDomain(_:)
Returns the error domain for a given CFError.
Declaration
func CFErrorGetDomain(_ err: CFError!) -> CFErrorDomain!Parameters
- err:
The error to examine. If this is not a valid CFError, the behavior is undefined.
Return Value
The error domain for err. Ownership follows the The Get Rule.