citric.exceptions#

Common exceptions.

Module Contents#

exception citric.exceptions.ResponseMismatchError#

Bases: Exception

Exception raised when request and response ID don’t match.

exception citric.exceptions.LimeSurveyError(message)#

Bases: Exception

Basic exception raised by LimeSurvey.

exception citric.exceptions.LimeSurveyStatusError(message)#

Bases: LimeSurveyError

Exception raised when LimeSurvey responds with an error status.

exception citric.exceptions.LimeSurveyApiError(message)#

Bases: LimeSurveyError

Exception raised when LimeSurvey responds with a non-null error.