nirum-lang / nirum-python

The Nirum runtime library for Python
https://nirum.org/docs/target/python.html
MIT License
8 stars 9 forks source link

Service methods should be possible to specify its error type #71

Closed kanghyojun closed 7 years ago

kanghyojun commented 7 years ago

Since https://github.com/spoqa/nirum/issues/38 support throw syntax, catch errors in __nirum_method_error_types__.

dahlia commented 7 years ago

Service clients don't process error values from the service server.