# result object
-
· 1 min read
Handling Errors Gracefully
Sometimes it makes sense to treat errors as part of an application’s “valid” flow of events. Meaning, expected errors should not necessarily make your code go crazy when…