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
API functions should return an object when calling create, for the new "thing" created, otherwise raise an error. The current code is inconsistent in that it returns True or False for some errors and raise for others. The caller cannot tell from a False return what went wrong.
The text was updated successfully, but these errors were encountered:
API functions should return an object when calling create, for the new "thing" created, otherwise raise an error. The current code is inconsistent in that it returns True or False for some errors and raise for others. The caller cannot tell from a False return what went wrong.
The text was updated successfully, but these errors were encountered: