Skip to content
New issue

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

Error occurred when deserializing json, should throw exception? return null? #4

Open
yamachu opened this issue Apr 26, 2017 · 1 comment
Labels

Comments

@yamachu
Copy link
Owner

yamachu commented Apr 26, 2017

Currently got invalid json response then throw Exception.
But I don't want type try{}catch... each method when using Mastodon APIs.
So should change that make user check valid instance or null?

var status = await client.PostNewStatus(null);
if (status == null)
{
// do error handling
}
else
{
// do something with status
}
@yamachu
Copy link
Owner Author

yamachu commented May 2, 2017

duplicated... #1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant