Errors
Checks failed
A check the project declared required has not passed. That is either the built-in suite — schema, references, conflicts, slugs, policy — or a check an outside system reports.
- Code
- CHECKS_FAILED
- HTTP status
- 409
- Type
- https://myna.sh/errors/checks-failed
What to do
Re-run the built-in suite with myna changes checks and read each result. An external check is reported by whatever declared it; myna checks list shows which ones block a publish.
application/problem+json
{ "type": "https://myna.sh/errors/checks-failed", "title": "Checks failed", "status": 409, "code": "CHECKS_FAILED", "detail": "A human-readable explanation of this particular occurrence.", "requestId": "req_01k…" }
