Skip to content

7️⃣ Errors Page (Very Professional Touch)

📄 docs/api/errors.md

md
# Errors

The GAFF API uses standard HTTP status codes.

Error Format

json
{
  "error": "Error message",
  "status": 400
}

Common Errors

StatusMeaning
400Bad Request
401Unauthorized
403Forbidden
404Not Found
500Internal Server Error

Built with ❤️ by GAFF