Class RemoteInterface::TooManyRequests

Nested Relationships

This class is a nested type of Class RemoteInterface.

Inheritance Relationships

Base Type

  • public std::runtime_error

Class Documentation

class TooManyRequests : public std::runtime_error

Thrown if a REST API call is rejected because of too many requests.

Public Functions

inline explicit TooManyRequests(std::string url)