Built and run by one person.
Tigzig APIs Tell You What Went Wrong. If Your Code Reads Only the Status Code, You Never See It.

Tigzig APIs Tell You What Went Wrong. If Your Code Reads Only the Status Code, You Never See It.

Published: September 7, 2026

Tigzig APIs try to tell you what went wrong when you hit an error.. with customized error hints. However, if your code reads only the status code, you never see any of it. The hint is sitting there in the response body and one line of printing gets you it.

If you are debugging by hand, just print the whole body. If it is automated code, print out the error block or the specific 'hint' piece. That's it.

No, not all errors carry hints - I try and cover the most common / recurring errors that I see in the logs ..

API catalog: tigzig.com/apis

Quick tips

Here is why automated code might miss it

Quick reference: the API debugging guides

Here are quick reference links to the main Tigzig API debugging guides. Just copy text from the guide and hand it over to your AI agent to debug, along with the API doc link at the end.

API catalog

Tigzig API error hints: the hint is in the response body, not the status code


Working on something similar? How I work covers the rates, the availability and what I take on.