GetScatter / eos-sharp

C# client library for EOS blockchains
MIT License
75 stars 48 forks source link

How can I get error? #23

Closed redsung closed 5 years ago

redsung commented 5 years ago

After I called below method I cannot catch error message when the error occurred.

await eos.CreateTransaction(new Transaction()

How can I catch error message when the error occur?

mmcs85 commented 5 years ago

you just try catch eos.CreateTransaction and handle the ApiErrorException.