Exceptions module

exception appian_locust.exceptions.exceptions.BadCredentialsException

Bases: Exception

exception appian_locust.exceptions.exceptions.ChoiceNotFoundException

Bases: Exception

exception appian_locust.exceptions.exceptions.ComponentNotFoundException

Bases: Exception

exception appian_locust.exceptions.exceptions.IncorrectDesignAccessException(object_type: str, correct_access_method: str)

Bases: Exception

exception appian_locust.exceptions.exceptions.InvalidComponentException

Bases: Exception

exception appian_locust.exceptions.exceptions.InvalidDateRangeException(start_date: date, end_date: date)

Bases: Exception

exception appian_locust.exceptions.exceptions.InvalidSiteException

Bases: Exception

exception appian_locust.exceptions.exceptions.MissingConfigurationException(missing_keys: list)

Bases: Exception

exception appian_locust.exceptions.exceptions.MissingCsrfTokenException(found_cookies: dict)

Bases: Exception

exception appian_locust.exceptions.exceptions.PageNotFoundException

Bases: Exception

exception appian_locust.exceptions.exceptions.SiteNotFoundException

Bases: Exception