internal_error
An unexpected error occurred on Skipo's side.
| HTTP | code | Retryable? |
|---|---|---|
| 500 | internal_error | yes |
When it happens
An unhandled server-side failure.
How to resolve it
Retry with backoff. If it persists, contact Skipo with the traceId carried in this response body.
Example
{
"type": "https://docs.skipo.com/errors/internal_error",
"title": "Internal server error",
"status": 500,
"code": "internal_error",
"retryable": true,
"detail": "An unexpected error occurred on Skipo's side."
}
Back to the error catalog · See the error format.