error_or_result 1.0.0
error_or_result: ^1.0.0 copied to clipboard
Helper classes that returns a Result or Errors objects to reduce amount of exception throwing.
error_or_result #
Library to gracfully handle errors like domain errors, by handling the returned result as normal program flow, which in return reduces number of thrown exceptions.
Credits and inspired by the C# Version contributed by amantinband