summaryrefslogtreecommitdiff
path: root/common/src/leap/soledad/common/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/leap/soledad/common/errors.py')
-rw-r--r--common/src/leap/soledad/common/errors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/leap/soledad/common/errors.py b/common/src/leap/soledad/common/errors.py
index ea9d6ce4..84d8d813 100644
--- a/common/src/leap/soledad/common/errors.py
+++ b/common/src/leap/soledad/common/errors.py
@@ -266,4 +266,4 @@ def raise_server_error(exc, ddoc_path):
if 'point is undefined' in exc.message[1][1]:
raise MissingDesignDocListFunctionError
# other errors are unknown for now
- raise DesignDocUnknownError(path)
+ raise DesignDocUnknownError("%s: %s" % (path, str(exc.message)))