All error responses follow a consistent JSON format:
Request bodies for sessions, cases, identities, and screening enforce strict
field bounds. Violations return 422 Validation Error with a detail array
naming each offending field. Common triggers:
maxLength (typically 100, 500, or 5000
characters depending on the field).maxItems (typically 50 tags or 100 items).metadata object exceeding 16 KB serialized.Fix the request body before retrying — these errors are not transient.