error_or library

Classes

ErrorOr<T>
A result type with either a value or an error.

Exceptions / Errors

ErrorOrTypeError
An TypeError which is thrown if trying to access the value or error of ErrorOr and it's the wrong type.