Skip to content

NickAger/AnyError

Repository files navigation

AnyError - type erasure for Error types

CI Status Version License Platform Swift


Note: You might prefer to use Result\AnyError, especially as many projects using AnyError will have already added in Result as a dependancy. When this version of AnyError was created Result\AnyError didn't exist and if it had, there would be no reason for creating this version.


Swift µframework - AnyError(cause:ErrorType) - providing type erasure for ErrorType(s).

Originally designed to be used as the error type associated with a Future or Result - so that when composing futures with map/flatMap the error type is the same and can be propagated through the compositional chain.

Installation

AnyError is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "AnyError"

Author

Nick Ager, nick.ager@gmail.com

License

AnyError is available under the MIT license. See the LICENSE file for more info.

About

Swift µframework providing `AnyError(cause:ErrorType)`

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •