5.7.6. vlcp.utils.exceptions

Note

This document is generated from the source file.

View Source on GitHub

Created on 2018/7/2

author:hubo
exception vlcp.utils.exceptions.APIRejectedException
exception vlcp.utils.exceptions.AsyncTransactionLockException(info=None)
__init__(info=None)

Initialize self. See help(type(self)) for accurate signature.

exception vlcp.utils.exceptions.ModuleAPICallTimeoutException
exception vlcp.utils.exceptions.StaleResultException(result, desc='Result is stale')
__init__(result, desc='Result is stale')

Initialize self. See help(type(self)) for accurate signature.

exception vlcp.utils.exceptions.TransactionFailedException
exception vlcp.utils.exceptions.TransactionRetryExceededException
__init__()

Initialize self. See help(type(self)) for accurate signature.

exception vlcp.utils.exceptions.TransactionTimeoutException
__init__()

Initialize self. See help(type(self)) for accurate signature.

exception vlcp.utils.exceptions.WalkKeyNotRetrieved