CFReadStreamCopyError(_:)
Returns the error associated with a stream.
Declaration
func CFReadStreamCopyError(_ stream: CFReadStream!) -> CFError!Parameters
- stream:
The stream to examine.
Return Value
A CFError object that describes the current problem with stream, or NULL if there is no error. Ownership follows the The Create Rule.