aboutsummaryrefslogtreecommitdiff
path: root/vimbaexception.py
diff options
context:
space:
mode:
authormore figs <morefigs@gmail.com>2014-03-08 10:16:44 +1100
committermore figs <morefigs@gmail.com>2014-03-08 10:16:44 +1100
commit0b5baee69b57cd822c260f395fc881a8e110c5b1 (patch)
treec2770a46371c6d23f907e9b5cfc5e3207c9c5089 /vimbaexception.py
parentd9bf2770f2c9ea4ccc5cbefc766191d852f6b1e2 (diff)
downloadpymba-0b5baee69b57cd822c260f395fc881a8e110c5b1.tar.gz
pymba-0b5baee69b57cd822c260f395fc881a8e110c5b1.zip
Added Vimba system and Vimba interface support
Diffstat (limited to 'vimbaexception.py')
-rw-r--r--vimbaexception.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/vimbaexception.py b/vimbaexception.py
index 1c7627d..034f194 100644
--- a/vimbaexception.py
+++ b/vimbaexception.py
@@ -44,10 +44,11 @@ class VimbaException(Exception):
-51: 'Not enough memory to assign frame buffer.',
-52: 'Invalid input.',
-53: 'Could not find the specified feature.',
+ -54: 'Could not find the specified interface.',
# Miscellaneous errors
-1000: 'Oops, unknown internal error code!',
- -1001: 'Oops, this VimbaFeature function is not yet implemented!'}
+ -1001: 'Oops, this VimbaFeature function is not yet implemented in pymba!'}
def __init__(self, errorCode):
# if error code does not match expected codes then assign invalid code