Docs state that statusCode in container is the status code of the response (https://weekendesk.github.io/nodegate/docs/the-container.html). But also that in case of error it is set to 500 (https://weekendesk.github.io/nodegate/docs/errors-management.html).
We have validated it and it has the problem that if we want to act on the status code or just log it, we can't. For example retry in case of 429.
Is there a way to obtain it?