Skip to content
fixerror.dev
developer

GitHub Errors

GitHub API errors come in three flavours: REST (HTTP status), GraphQL (typed errors), and Actions (workflow failures). Rate limits (5000/hr authenticated) and SSO authorization are the most common production blockers.

GitHub API rate-limit responses include `X-RateLimit-Remaining` and `X-RateLimit-Reset` headers — always honour them with exponential backoff. Secondary rate limits trigger on rapid sequential requests. SAML SSO errors (403) require token re-authorization in org settings. Webhook delivery failures are visible in Settings → Webhooks → Recent deliveries.

Rate limits (1)

Validation (1)

Official docs
https://docs.github.com/en/rest/overview/troubleshooting
Status page
https://www.githubstatus.com/
Support
https://support.github.com/