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
@@ -187,7 +207,8 @@ public static async Task<SharedInteropRequestFailedException> Create(string url,
187
207
}
188
208
189
209
// Outer exception message is serialised to clients, inner exception is logged to the server and NOT serialised to the client.
190
-
returnnewSharedInteropRequestFailedException(errorMessage,newException($"Shared interop request to {url} failed with {response.StatusCode} ({response.ReasonPhrase})."));
0 commit comments