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 6460e9c commit cddd586Copy full SHA for cddd586
dotnet/src/webdriver/BiDi/Communication/Json/Internal/JsonExtensions.cs
@@ -28,7 +28,7 @@ internal static class JsonExtensions
28
Utf8JsonReader readerClone = reader;
29
30
if (readerClone.TokenType != JsonTokenType.StartObject)
31
- throw new JsonException();
+ throw new JsonException("Cannot determine the discriminator of json non-object token type.");
32
33
string? discriminator = null;
34
0 commit comments