Debug codes

Learn the meaning of the debug strings

In Transparent Edge, every response is logged with a TCDN-Debug code, that helps us to check what happened with a request in a glance. You can see it in the analytics section of the dashboard

Every code has two parts: the reason and the request id (XID), separated with a colon (`:`). The XID is a unique representation of the request/response and can be disregarded; it's only a identifier we at Transparent Edge use for finding a specific request in the logs.

The reason is far more interesting, because tells us things about the response in case of error. Below is a table including the most common reasons:

Last updated