Documentation

DEBUG_PARAMETER_UPDATE_FAILED

500upstream

The parameter write was rejected.

Cause

The upstream parameter write faulted.

How to fix it

Retry with backoff — the write is a full-value overwrite, so repeating it is safe.

Example response

500 DEBUG_PARAMETER_UPDATE_FAILED
JSON
{
  "error_code": "DEBUG_PARAMETER_UPDATE_FAILED",
  "error_type": "upstream",
  "error_message": "The parameter write was rejected.",
  "hint": "Retry with backoff — the write is a full-value overwrite, so repeating it is safe.",
  "docs_url": "https://docs.billerapi.com/errors/DEBUG_PARAMETER_UPDATE_FAILED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?