NOT_FOUND
Resource not found
| HTTP-Status | 404 |
|---|---|
| Wiederholen sinnvoll | Nein. Die Anfrage selbst muss sich ändern, ein erneuter Versuch führt zum selben Ergebnis. |
| Feld in der Antwort | code: "NOT_FOUND" |
Form der Antwort
{
"type": "https://docs.ohmnify.io/api/errors/not_found",
"title": "Resource not found",
"status": 404,
"code": "NOT_FOUND",
"retryable": false,
"requestId": "req_..."
}