Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ResponseErrorType

Different types of classified errors thrown by the GitHub API endpoint upon a request

Index

Enumeration members

ACCESS_FORBIDDEN

ACCESS_FORBIDDEN:

E.g. triggered the abuse detection mechanism, or rate limit is hit

BAD_CREDENTIALS

BAD_CREDENTIALS:

Access token is not valid

GITHUB_SERVER_ERROR

GITHUB_SERVER_ERROR:

GitHub API replies with an server-side error

INSUFFICIENT_SCOPES

INSUFFICIENT_SCOPES:

The scopes provided in the access token is not sufficient to perform the request

NOT_FOUND

NOT_FOUND:

E.g. resource (e.g user or organization) not found (equal to HTTP status code 404)

UNKNOWN

UNKNOWN:

Arbitrary, unknown error – typically syntax error in GraphQL query sent to endpoint

Generated using TypeDoc