7 ms·
Well, usually you want to handle it at some level - e.g. a common REST exception handler returning a standard 500 response with some details about what went wro
by The_Colonel 2y ago
Well, usually you want to handle it at some level - e.g. a common REST exception handler returning a standard 500 response with some details about what went wrong. Or retry the process (sometimes the errors may be intermittent)