Documentation

CANARY_NO_BASELINE

409invalid_request

The canary has no baseline to compare against.

Cause

A canary measures candidate-vs-production; this biller/agent pair has no production recording.

How to fix it

Promote the initial recording version directly; canary the next one.

Example response

409 CANARY_NO_BASELINE
JSON
{
  "error_code": "CANARY_NO_BASELINE",
  "error_type": "invalid_request",
  "error_message": "The canary has no baseline to compare against.",
  "hint": "Promote the initial recording version directly; canary the next one.",
  "docs_url": "https://docs.billerapi.com/errors/CANARY_NO_BASELINE",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?