not_found
The requested resource does not exist or does not belong to your account.
| HTTP | code | Retryable? |
|---|---|---|
| 404 | not_found | no |
When it happens
A nonexistent identifier, or a resource owned by another account (Skipo does not reveal its existence).
How to resolve it
Check the identifier. Remember that you can only access your own resources.
Example
{
"type": "https://docs.skipo.com/errors/not_found",
"title": "Resource not found",
"status": 404,
"code": "not_found",
"retryable": false,
"detail": "The requested resource does not exist or does not belong to your account."
}
Back to the error catalog · See the error format.