splitchAlpha

DocsAPIINTERNAL_SERVER_ERROR.md

INTERNAL_SERVER_ERROR

HTTP status
500
Details payload
{ fault?: string }

Remediation

Retry once, and report the code with the request context if it persists

Cause

An unhandled fault on the platform side. Nothing about the request was at fault.

Fix

Retry once. If it persists, report the code with the request context. details.fault names the broken seam when the platform could identify it; a corrupted stored configuration surfaces here rather than being served as a plausible default.

Related codes