RESOURCE_NOT_FOUND
HTTP 404
What it means
The requested resource does not exist or is not accessible to this caller.
What to do
Verify the resource id is correct and that it belongs to the current organization context.
Envelope
{
"error": {
"code": "RESOURCE_NOT_FOUND",
"http_status": 404,
"message": "The requested resource does not exist or is not accessible to this caller.",
"remediation_hint": "Verify the resource id is correct and that it belongs to the current organization context.",
"docs_url": "https://developers.cognethics.com/errors/RESOURCE_NOT_FOUND",
"request_id": "0f2c9b6e-...",
"details": {}
}
}Back to Errors & status codes.
