Commit Graph

4 Commits

Author SHA1 Message Date
argoyle 44c05fece4 fix(client): handle error responses with detailed messages
Adds error handling for non-OK HTTP status codes in the client.
Implements custom error messages by reading the response body
when the status code indicates an error, ensuring better
debugging and clarity during failures.
Enhances unit tests to cover unauthorized access and incorrect 
body length scenarios, validating the error handling mechanism.
2025-07-01 08:27:58 +02:00
argoyle 762fa4f747 chore: remove some duplication and add a first few tests 2022-09-30 22:07:56 +02:00
argoyle 1ab4f8361b feat: add all existing tags to exclusion filter 2022-09-27 10:00:16 +02:00
argoyle e6b18c9216 feat: initial commit 2022-09-09 14:50:14 +02:00