vk_maria.exceptions#

Exceptions

exception UnknownError[исходный код]#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception UnknownMethodError[исходный код]#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception AuthorizationError[исходный код]#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception PermissionError[исходный код]#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception WrongRequestError[исходный код]#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception ServerError[исходный код]#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception AccessIsDeniedError[исходный код]#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception DeprecatedMethodError[исходный код]#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception InvalidParametersError[исходный код]#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception KeyIsNotValidError[исходный код]#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception VkMariaException(code, text)[исходный код]#
Параметры:
  • code (int) –

  • text (str) –

exceptions = {1: <class 'vk_maria.exceptions.UnknownError'>, 3: <class 'vk_maria.exceptions.UnknownMethodError'>, 5: <class 'vk_maria.exceptions.AuthorizationError'>, 7: <class 'vk_maria.exceptions.PermissionError'>, 8: <class 'vk_maria.exceptions.WrongRequestError'>, 10: <class 'vk_maria.exceptions.ServerError'>, 15: <class 'vk_maria.exceptions.AccessIsDeniedError'>, 23: <class 'vk_maria.exceptions.DeprecatedMethodError'>, 27: <class 'vk_maria.exceptions.KeyIsNotValidError'>, 100: <class 'vk_maria.exceptions.InvalidParametersError'>}#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.