An error function is a function that is created to do something with errors. They allow the user to do something about errors.
Throw If
A function that will throw an error when something is true.
Usage
Throw Unless
Usage
Return Error and Result From Promise
A function that returns a potential result and a potential error. This is useful for checking if a result is returned or it's an error.
Usage