Exceptions

Exception classes.

All exceptions inherit from the VSError base.

exception valueserp.exceptions.VSError

Base package exception class.

exception valueserp.exceptions.APIError

The VALUE SERP API responded with an error.

exception valueserp.exceptions.InvalidCredentialsError

The provided credentials are invalid.

exception valueserp.exceptions.RequestError

Request to the VALUE SERP API failed.

exception valueserp.exceptions.ResponseError(status_code: int, response_message: str)

Response from the VALUE SERP API was not successful.