Documentation

DEBUG_ALARM_QUERY_FAILED

500upstream

Live alarm state could not be read.

Cause

The CloudWatch DescribeAlarms read faulted.

How to fix it

Retry with backoff; the ops pane degrades to its last successful render in the meantime.

Example response

500 DEBUG_ALARM_QUERY_FAILED
JSON
{
  "error_code": "DEBUG_ALARM_QUERY_FAILED",
  "error_type": "upstream",
  "error_message": "Live alarm state could not be read.",
  "hint": "Retry with backoff; the ops pane degrades to its last successful render in the meantime.",
  "docs_url": "https://docs.billerapi.com/errors/DEBUG_ALARM_QUERY_FAILED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

Canonical docs URL: https://docs.billerapi.com/errors/DEBUG_ALARM_QUERY_FAILED

Was this page helpful?