InvalidCursorError

exception gafaelfawr.exceptions.InvalidCursorError(message)

Bases: InputValidationError

The provided cursor was invalid.

Parameters:

message (str)

error: ClassVar[str] = 'invalid_cursor'

Used as the type field of the error message.

Should be overridden by any subclass.