core/error/error_handler library

Functions

guard<T>(Future<T> action()) Future<Either<Failure, T>>
A utility to wrap asynchronous calls and handle errors functionally.