Closed Pryz closed 8 months ago
Users can use register_error_type
from the dispatch.status
package to register their own exception base classes, and provide a function which returns an appropriate status given an exception object.
For examples, see:
Developers should be able to define their own error type and be able to codify if some errors are temporary or permanent.