Result

A value-based approach to error handling, Result will catch any exception and return it as a value. Forcing you to check if the returned value is ok or not before continuing.

A value-based approach to error handling, Result will catch any exception and return it as a value. Forcing you to check if the returned value is ok or not before continuing.