Module github::error
[-] [+]
[src]
Structs
| ErrorContext | When a negative status was given as a response to a request,
there might be one or several error descriptions embedded in the
body to tell more about the details of what was wrong.
|
| InternalError |
|
| RequestError |
|
Enums
| ClientError |
|
| ErrorCode | Documentation References:
https://developer.github.com/v3/#client-errors
|
| ErrorStatus |
|
Functions
| check_status_code | Simplistic function internally used to check if a returned status code is positive. Which means that the request was succesful. |