You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you improve the documentation and add what exceptions are thrown and why?
For example if you use get with a non existing reference token, the function will throw an Error the a message saying "Invalid reference token: foo".
It's too bad I have to browse the code or the unit tests to figure out what is the basic behavior of the functions.
The text was updated successfully, but these errors were encountered:
Can you improve the documentation and add what exceptions are thrown and why?
For example if you use get with a non existing reference token, the function will throw an Error the a message saying "Invalid reference token: foo".
It's too bad I have to browse the code or the unit tests to figure out what is the basic behavior of the functions.
The text was updated successfully, but these errors were encountered: