As there are also NON-API related exceptions within django, figure out a way to prevent the server from crashing and returning HTTP/500.
The intent is that somewhere a block is added to capture all "uncaught" exceptions, and correctly raise it as an API exception that will return at least the stack trace of the original exception.
As there are also NON-API related exceptions within django, figure out a way to prevent the server from crashing and returning HTTP/500.
The intent is that somewhere a block is added to capture all "uncaught" exceptions, and correctly raise it as an API exception that will return at least the stack trace of the original exception.
Links