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 da10f1e commit ca5ba3eCopy full SHA for ca5ba3e
veadk/integrations/ve_faas/ve_faas.py
@@ -254,7 +254,9 @@ def _list_application(self, app_name: str = None):
254
break
255
page_number += 1
256
except Exception as e:
257
- raise ValueError(f"List application failed: {e}")
+ raise ValueError(
258
+ f"List application failed. Response: {response}. Error: {str(e)}"
259
+ )
260
return all_items
261
262
def _update_function_code(
0 commit comments