pyqldb.errors.__init__.
DriverClosedError
IllegalStateError
LambdaAbortedError
ResultClosedError
SessionClosedError
SessionPoolEmptyError
TransactionClosedError
is_invalid_session_exception
Is the exception an InvalidSessionException?
e (botocore.exceptions.ClientError) – The ClientError caught.
botocore.exceptions.ClientError
bool
True if the exception is an InvalidSessionException. False otherwise.
is_occ_conflict_exception
Is the exception an OccConflictException?
True if the exception is an OccConflictException. False otherwise.
is_retriable_exception
Is the exception a retriable exception?
True if the exception is a retriable exception. False otherwise.