Invalid repo
type | https://docs.frem.sh/reference/api/errors/invalid-repo |
| HTTP status | 400 Bad Request |
What it means
The request was malformed, or a field failed validation.
Example detail messages returned with this error:
- repo_full_name must start with “{t.org_slug}/” and be ≤255 chars.
- Invalid repo_full_name.
- repo must be the repo name only (letters, digits, dot, underscore, hyphen).
What to do
Correct the repo value - detail names what was wrong.
Response shape
All fremforge API errors are RFC 9457 problem+json:
{
"type": "https://docs.frem.sh/reference/api/errors/invalid-repo",
"title": "Bad Request",
"status": 400,
"detail": "..."
}Branch on type, not on title or detail - those are human-readable and may be reworded.