GitWatcherBot  1.0.0
A Telegram Bot that notifies you when a new change is made in your repositories (issues, pull requests, stars, forks, and watches)
All Classes Namespaces Files Functions Variables Typedefs Macros
GitApiRateLimitExceededException Struct Reference

<! must include Database with Logger for models::Log & Database::addLog More...

#include <GitApi.hpp>

Inheritance diagram for GitApiRateLimitExceededException:

Public Member Functions

 GitApiRateLimitExceededException (const std::string &msg)
 

Detailed Description

<! must include Database with Logger for models::Log & Database::addLog

https://docs.github.com/en/rest/using-the-rest-api/troubleshooting-the-rest-api?apiVersion=2022-11-28#rate-limit-errors

Thrown when we exceed GitHub's Api Rate Limit (60 requests an hour)

Definition at line 17 of file GitApi.hpp.

Constructor & Destructor Documentation

◆ GitApiRateLimitExceededException()

GitApiRateLimitExceededException::GitApiRateLimitExceededException ( const std::string &  msg)
inlineexplicit

Definition at line 18 of file GitApi.hpp.


The documentation for this struct was generated from the following file: