INVALID_CURSOR
Invalid or stale cursor
| HTTP-Status | 400 |
|---|---|
| Wiederholen sinnvoll | Nein. Die Anfrage selbst muss sich ändern, ein erneuter Versuch führt zum selben Ergebnis. |
| Feld in der Antwort | code: "INVALID_CURSOR" |
Form der Antwort
{
"type": "https://docs.ohmnify.io/api/errors/invalid_cursor",
"title": "Invalid or stale cursor",
"status": 400,
"code": "INVALID_CURSOR",
"retryable": false,
"requestId": "req_..."
}