Contents:
[docs]class Error(Exception): """ An unspecified error. """ [docs]class MissingPermission(Error): """ Missing permission when calling the API. """