**Describe the bug** [Here](https://github.com/duffelhq/duffel-api-python/blob/main/duffel_api/api/booking/orders.py#L100) passes through the empty list of passengers, but [here](https://github.com/duffelhq/duffel-api-python/blob/main/duffel_api/api/booking/orders.py#L76) passes through the number (0) - but both are InvalidNumberOfX errors. **To Reproduce** n/a **Expected behavior** It’d be good to get some consistency around what’s returned in similar `Exception` types. **System (please complete the following information):** n/a **Additional context** n/a
Describe the bug
Here passes through the empty list of passengers, but here passes through the number (0) - but both are InvalidNumberOfX errors.
To Reproduce
n/a
Expected behavior
It’d be good to get some consistency around what’s returned in similar
Exceptiontypes.System (please complete the following information):
n/a
Additional context
n/a