Syntax: Debug = {0, 1}
Default: 1
Enable debugging of the web application. If debugging is enabled and Draco encounters an HttpResponse exception with a 4xx or a 5xx response code, or an unhandled exception, it prints a user friendly error message including a backtrace to help you diagnose the problem. If debugging is disabled, the actual response code is returned in case of an HttpResponse exception or a code 500 is returned in case of an unhandled exception.