Exceptions
toggl_api.NamingError
¶
Bases: ValueError
Description or name is invalid.
toggl_api.DateTimeError
¶
Bases: ValueError
Datetime is invalid or out of range.
toggl_api.NoCacheAssignedError
¶
Bases: AttributeError
Endpoint doesn't have cache object associated with it and try's to manipulate cache.
toggl_api.MissingParentError
¶
Bases: AttributeError
Cache object doesn't have a parent endpoint associated and is being called used.