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

/pkg/src/
H A Dsign.py283 raise api_errors.PackageMatchErrors(
H A Dpkgrepo.py246 except apx.PackageMatchErrors as e:
1022 error(apx.PackageMatchErrors(unmatched_fmris=unmatched),
1029 error(apx.PackageMatchErrors(unmatched_fmris=unmatched),
H A Dpull.py590 abort(str(apx.PackageMatchErrors(unmatched_fmris=unmatched)),
605 except apx.PackageMatchErrors as e:
/pkg/src/modules/
H A Dcatalog.py2942 raise api_errors.PackageMatchErrors(illegal=illegals)
3193 Routine raises PackageMatchErrors if errors occur: it is
3241 raise api_errors.PackageMatchErrors(illegal=illegals)
3321 raise api_errors.PackageMatchErrors(
/pkg/src/modules/server/
H A Drepository.py3400 Routine raises PackageMatchErrors if errors occur: it is illegal
3443 raise apx.PackageMatchErrors(unmatched_fmris=unmatched)
3446 raise apx.PackageMatchErrors(unmatched_fmris=patterns)
/pkg/src/modules/client/
H A Dapi_errors.py441 class PackageMatchErrors(ApiException): class in inherits:ApiException

Completed in 188 milliseconds