We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366295b commit 9a6a33aCopy full SHA for 9a6a33a
composables/viewer_call.js
@@ -52,8 +52,8 @@ export function viewer_call(
52
errors_store.add_error({
53
code: error.code,
54
route: schema.route,
55
- name: error.data.message,
56
- description: error.data.exception,
+ name: error.message,
+ description: error.message,
57
})
58
if (response_error_function) {
59
response_error_function(error)
0 commit comments