axiomhq / axiom-py

Official Python bindings for the Axiom API
https://axiom.co
MIT License
27 stars 19 forks source link

feat: Add AxiomError for more detailed error messages #141

Closed bahlo closed 1 month ago

bahlo commented 1 month ago

This adds the AxiomError exception, parsing the Axiom error response. If the response does not match the JSON format, it falls back to a generic HTTP error.