We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pass serializer here:
Tochka.JsonRpc/src/Tochka.JsonRpc.Client/Models/SingleJsonRpcResult.cs
Line 42 in 24d8ee0
Do something like ErrorInfo = JToken.FromObject(data, serializer.Serializer); and limit its length
ErrorInfo = JToken.FromObject(data, serializer.Serializer);
Use this in ToString instead of Error property
ToString
Error
The text was updated successfully, but these errors were encountered:
Feature/log content and error (#50)
06d5f40
fix(client): better error handling, #34 #36 * add setting error in context * fix client tests Authored-by: Dmitriy Belokobylskiy <[email protected]>
No branches or pull requests
Pass serializer here:
Tochka.JsonRpc/src/Tochka.JsonRpc.Client/Models/SingleJsonRpcResult.cs
Line 42 in 24d8ee0
Do something like
ErrorInfo = JToken.FromObject(data, serializer.Serializer);
and limit its lengthUse this in
ToString
instead ofError
propertyThe text was updated successfully, but these errors were encountered: