Documentation

EMAIL_CLASSIFICATION_NOT_FOUND

404invalid_request

No classification for that id or message.

Cause

Either the classification_id does not resolve, or the message has never been classified.

How to fix it

Classify the message first, then read the result.

Example response

404 EMAIL_CLASSIFICATION_NOT_FOUND
JSON
{
  "error_code": "EMAIL_CLASSIFICATION_NOT_FOUND",
  "error_type": "invalid_request",
  "error_message": "No classification for that id or message.",
  "hint": "Classify the message first, then read the result.",
  "docs_url": "https://docs.billerapi.com/errors/EMAIL_CLASSIFICATION_NOT_FOUND",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?