When this happens
The server hit an unexpected failure that it could not categorise asvalidation_error, one of the analyzer-
or service-level 503 errors, or anything else specific. Operators are
paged automatically.
Example response
The API never includes stack traces or upstream error strings in 500 bodies — only the canonical envelope:What to do
- Optionally retry once. Some 500s are genuinely transient.
- If the retry also fails, file a support ticket from
agnes.lasscyber.com/supportand quote therequest_id. The team uses it to correlate the exact server-side log line. - Check the status page — if a broader incident is open, the resolution there will fix the call.
SDK behaviour
SDKs retry 5xx errors up to the configured budget. A surfaced
ServerError with code: "internal_error" means retries were
exhausted.
Privacy
500 responses never echo customer prompts back, never include upstream credentials, and never include database identifiers. Therequest_id
is the only identifier you need to quote in a ticket; do not paste
prompts.
Related
service_unavailable— retryable 503.analyzer_unavailable— analyzer- specific 503.- status.lasscyber.com