You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a valid scenario to have endpoints that contain saga information which does not load the SagaAudit plugin. When viewing these messages in ServiceInsight, the status bar reports an error.
The text was updated successfully, but these errors were encountered:
However, it still makes sense to do a small improvement of changing the actual message we display in the status bar. Currently it says: Operation Failed: Error executing the request: Data at the root level is invalid. Line1, position1., Status code is NotFound
I'd like to change it to the actual request, instead of the exception message.
So, it would be something like: Operation Failed: Error executing the request: http://localhost:33333/api/sagas/<someguid>, Status code is NotFound
varerrorMessage=response!=null?string.Format("Error executing the request: {0}, Status code is {1}",response.ResponseUri,response.StatusCode):"No response was received.";
indualagarsamy
changed the title
When a saga message does not contain SagaHistory, the status bar reports a OperationFailed error
When a saga message does not contain SagaHistory, Improve the status bar error message
Nov 26, 2014
It is a valid scenario to have endpoints that contain saga information which does not load the SagaAudit plugin. When viewing these messages in ServiceInsight, the status bar reports an error.
The text was updated successfully, but these errors were encountered: