You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: