mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-18 15:10:17 +02: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);
|
WalkNode(child.Value, child.Path, child.Name, childLines);
|
||||||
}
|
}
|
||||||
|
|
||||||
text.Append(string.Join(", ", childLines));
|
text.Append(string.Join(", ", childLines));
|
||||||
text.Append(")");
|
text.Append(")");
|
||||||
|
|
||||||
@@ -115,7 +116,7 @@ namespace WireMock.Util
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
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))
|
if (!string.IsNullOrEmpty(propertyName))
|
||||||
|
|||||||
Reference in New Issue
Block a user