Searched refs:InventoryException (Results 1 - 6 of 6) sorted by relevance

/pkg/src/tests/api/
H A Dt_api_list.py1504 # raise an InventoryException.
1514 except api_errors.InventoryException as e:
1517 raise RuntimeError("InventoryException not raised!")
/pkg/src/modules/client/
H A Dclient_api.py757 except api_errors.InventoryException as e:
794 except api_errors.InventoryException as exc:
1078 if e_type == api_errors.InventoryException:
H A Dapi.py1339 InventoryException, or LinkedImageException.
3714 whether an InventoryException should be raised if any patterns
3803 raise apx.InventoryException(illegal=illegals)
4265 raise apx.InventoryException(notfound=notfound)
4489 except apx.InventoryException as e:
H A Dapi_errors.py1284 class InventoryException(ApiException): class in inherits:ApiException
/pkg/src/modules/publish/
H A Ddependencies.py1706 # InventoryException raised when a pattern has no matches isn't
1734 except apx.InventoryException as e:
/pkg/src/
H A Dclient.py1560 if e_type == api_errors.InventoryException:
3418 except api_errors.InventoryException as e:

Completed in 761 milliseconds