Documentation

EMAIL_CLASSIFICATION_INVALID

400invalid_request

The classification aggregate refused the transition.

Cause

A malformed decision or confidence, or an attempt to complete a classification that is not in progress.

How to fix it

Fix the payload, or re-read the classification to see its current state before retrying.

Example response

400 EMAIL_CLASSIFICATION_INVALID
JSON
{
  "error_code": "EMAIL_CLASSIFICATION_INVALID",
  "error_type": "invalid_request",
  "error_message": "The classification aggregate refused the transition.",
  "hint": "Fix the payload, or re-read the classification to see its current state before retrying.",
  "docs_url": "https://docs.billerapi.com/errors/EMAIL_CLASSIFICATION_INVALID",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?