add isWrite arguments to the callPOSIXFunction methods using pointer-returning closures
A set of additions to Error, CocoaError, and URLError which provide some handy features:
Error
CocoaError
URLError
OSStatus
RecoverableError
userInfo
CSErrors+Foundation
These additions are free for any use under the terms of the MIT license.
Charles Srstka
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
CSErrors
A set of additions to
Error
,CocoaError
, andURLError
which provide some handy features:Error
from a POSIX error code or anOSStatus
.Error
represents a file not found error, a permissions error, or a cancellation error, regardless of the error’s domain.Error
in aRecoverableError
to present recovery options in error dialogs.CocoaError
or aURLError
containing any of their supporteduserInfo
dictionary keys.CSErrors+Foundation
package provides some handy Foundation-specific features.These additions are free for any use under the terms of the MIT license.
Charles Srstka