Closed
Description
I was using the library and was getting 400 Client Error Exception: 400 Client Error: Bad Request for url:http....
I then had to use curl
to read what the error was.
I think it would be nice to include the error message returned by Meilisearch for 400 error codes so users do not have to call the API using another library or tool to debug.
The relevant piece of code:
meilisearch-python/meilisearch/_httprequests.py
Lines 78 to 86 in b6a48a6