inventree / inventree-python

Python library for communication with inventree via API
https://docs.inventree.org/en/latest/api/python/python/
MIT License
26 stars 34 forks source link

Throw exceptions when server returns unexpected result #93

Closed SchrodingersGat closed 2 years ago

SchrodingersGat commented 2 years ago

If the server does something "unexpected" we should throw a (custom) exception, rather than just returning None:

It would be nice to have some custom exception types to throw here