mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
JsonUtils : update error message
This commit is contained in:
@@ -40,6 +40,7 @@ namespace WireMock.Util
|
||||
{
|
||||
WalkNode(child.Value, child.Path, child.Name, childLines);
|
||||
}
|
||||
|
||||
text.Append(string.Join(", ", childLines));
|
||||
text.Append(")");
|
||||
|
||||
@@ -115,7 +116,7 @@ namespace WireMock.Util
|
||||
break;
|
||||
|
||||
default:
|
||||
throw new NotSupportedException($"JTokenType '{node.Type}'.");
|
||||
throw new NotSupportedException($"JTokenType '{node.Type}' cannot be converted to a Dynamic Linq cast operator.");
|
||||
}
|
||||
|
||||
if (!string.IsNullOrEmpty(propertyName))
|
||||
|
||||
Reference in New Issue
Block a user