Compatibility
- 0.1.2 and master5.35.25.15.04.2
- 0.1.2 and masteriOSmacOS(Intel)macOS(ARM)LinuxtvOSwatchOS
A set of additions to `Error`, `CocoaError`, and `URLError` which provide some handy features.
A set of additions to Error
, CocoaError
, and URLError
which provide some handy features:
Error
from a POSIX error code or an OSStatus
.Error
represents a file not found error, a permissions error, or a cancellation error, regardless of the error's domain.Error
in a RecoverableError
to present recovery options in error dialogs.CocoaError
or a URLError
containing any of their supported userInfo
dictionary keys.These additions are free for any use.
Charles Srstka