Configuring HTTP Server Error Tracking
To track HTTP server errors, the Decibel sendHTTPError JavaScript API endpoint must be called on server error message pages.
<script>
decibelInsight('sendHTTPError', 503);
</script>
Implementing this will enable you to filter by these errors in segments, while you will also be able to use the HTTP error reporting feature.