.. _index-errors: ============================= Exceptions and Error Handling ============================= CR Connect Workflow has a custom Exception defined in **crc.api.common**, and we use it throughout the backend. It allows us to manage error reporting in one place, and format errors for the front-end. .. toctree:: :maxdepth: 2 01_api_error 02_helper_methods 03_example_usage 04_api_error_schema 05_unhandled_exceptions 06_more