CFWriteStreamCopyError(_:)
Returns the error associated with a stream.
Declaration
func CFWriteStreamCopyError(_ stream: CFWriteStream!) -> 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.