No findings
type | https://docs.frem.sh/reference/api/errors/no-findings |
| HTTP status | 404 Not Found |
What it means
The resource does not exist - or your token cannot see it.
What to do
See detail for the specific cause.
Response shape
All fremforge API errors are RFC 9457 problem+json:
{
"type": "https://docs.frem.sh/reference/api/errors/no-findings",
"title": "Not Found",
"status": 404,
"detail": "..."
}Branch on type, not on title or detail - those are human-readable and may be reworded.