product · inferred from evidence
ApiNotFoundError
A specific error class in the atlassian-python-api library for 404 (Not Found) API 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