egramtel/tdsharp

General error handling

Akash-Mair opened this issue · 1 comments

Hey guys!

I had a question about general handling of errors. Is there somewhere I can see what errors/exceptions methods/functions return - I tried https://core.telegram.org/tdlib/docs/ but couldn't find what I was looking for.

Thank you :)

I think that generally any call may return a TdApi.Error and thus throw an TdException.