List Error Codes
Returns the full catalog of machine-readable error codes — each with a human-readable message and a suggested fix. It covers generation failures plus the coded errors returned by the assets, voices, and TTS endpoints (e.g. project_not_found, voice_not_found, asset_forbidden). This endpoint is unauthenticated. Pair it with the errorCode field returned on a failed generation or on a coded 4xx/5xx response so an agent can look up what went wrong and how to correct it without hard-coding error strings.
Response
Error catalog retrieved successfully
code
The stable error code (e.g. generation_input_video_inaccessible).
message
A human-readable description of the error.
suggestion
A suggested fix an agent can act on.
Errors
500
Internal Server Error

