Documentation

AGENT_AUDIT_LOG_INVALID

400invalid_request

The audit log entry is invalid.

Cause

The AuditLogEntry aggregate refused the fields, typically a missing actor_id or an unsupported action.

How to fix it

Fix the field named in error_message and resend.

Example response

400 AGENT_AUDIT_LOG_INVALID
JSON
{
  "error_code": "AGENT_AUDIT_LOG_INVALID",
  "error_type": "invalid_request",
  "error_message": "The audit log entry is invalid.",
  "hint": "Fix the field named in error_message and resend.",
  "docs_url": "https://docs.billerapi.com/errors/AGENT_AUDIT_LOG_INVALID",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?