How to get the first error on a call to workloadClient.itemCrud.createItem(params) #43
Replies: 3 comments 6 replies
-
@box-turtle we are working on a way to enable error propogation from the workload backend to workload frontent, will update once it's available. |
Beta Was this translation helpful? Give feedback.
-
i'm still seeing this in prod, and it's a pretty major issue for us |
Beta Was this translation helpful? Give feedback.
-
We are working on adding docuemntation on how to propagate the workload backend errors to the workload frontend.
You can see examples in HttpResponseExceptionFilter.cs when calling "ToHttpActionResult" on exceptions in the backend sample. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When my front end calls
workloadClient.itemCrud.createItem(params)
and the initial call fails due to a problem with my workload BE, it seems that Fabric makes several more attempts to call the BE API and then finally ends up returning a bogusPowerBIMetadataArtifactDisplayNameInUseException
. Is there a way for me to access the original error?Beta Was this translation helpful? Give feedback.
All reactions