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

/pkg/src/modules/client/
H A Dclient_api.py657 except api_errors.CatalogRefreshException as e:
753 except api_errors.CatalogRefreshException as e:
1096 if e_type == api_errors.CatalogRefreshException:
2514 except api_errors.CatalogRefreshException as e:
2549 except api_errors.CatalogRefreshException as e:
H A Dimage.py2933 e = apx.CatalogRefreshException(failed, total,
4179 except apx.CatalogRefreshException as cre:
H A Dapi_errors.py1119 class CatalogRefreshException(ApiException): class in inherits:ApiException
H A Dapi.py3394 e = apx.CatalogRefreshException(failed, total,
/pkg/src/
H A Dclient.py1578 if e_type == api_errors.CatalogRefreshException:
3415 except api_errors.CatalogRefreshException as e:
3627 except api_errors.CatalogRefreshException as e:
3679 except api_errors.CatalogRefreshException as e:
4679 except api_errors.CatalogRefreshException as cre:
/pkg/src/tests/cli/
H A Dt_pkg_sysrepo.py682 self.assertRaises(apx.CatalogRefreshException,

Completed in 88 milliseconds