Skip to content
Snippets Groups Projects
Commit 738a0f0d authored by Marc Tamsky's avatar Marc Tamsky
Browse files
parent 5422b0c3
No related branches found
No related tags found
No related merge requests found
......@@ -215,6 +215,10 @@ class ActionModule(object):
msg += ' // ' + error['message']
if error.get('description'):
msg += ' // ' + error['description']
if error.get('subject'):
msg += ' // ' + error['subject']
if error.get('type'):
msg += ' // ' + error['type']
raise ae('%s' % msg)
return content
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment