1 2 3 4 5 6 7
# Handling errors The main point of deserr is to improve the error message of your user facing API by using one of our already defined error type or by creating your own. - [Available error type](available.md) - [Defining your own error](custom.md)