product · inferred from evidence
ApiError
A generic error class in the atlassian-python-api library for API-related errors.
- atlassian-python-api `delete_space` on a missing space raises generic ApiError instead of ApiNotFoundError
When I call `delete_space` on a Confluence instance with a space key that does not exist, the library raises a generic `ApiError` instead of `ApiNotFoundError`. I have to catch `ApiError` and drill into `e.reason.response.status_code` to di