Searched refs:InvalidPlanError (Results 1 - 5 of 5) sorted by relevance

/pkg/src/tests/cli/
H A Dt_lock.py99 # InvalidPlanError will be raised.
115 self.assertRaises(api_errors.InvalidPlanError, api_obj2.prepare)
131 self.assertRaises(api_errors.InvalidPlanError,
166 self.assertRaises(api_errors.InvalidPlanError,
/pkg/src/modules/client/
H A Dclient_api.py941 except api_errors.InvalidPlanError as e:
974 except (api_errors.InvalidPlanError,
1146 api_errors.InvalidPlanError,
H A Dimageplan.py3521 raise api_errors.InvalidPlanError()
4662 raise api_errors.InvalidPlanError()
4830 raise api_errors.InvalidPlanError()
H A Dapi_errors.py327 class InvalidPlanError(ApiException): class in inherits:ApiException
486 class PlanExecutionError(InvalidPlanError):
/pkg/src/
H A Dclient.py1400 except api_errors.InvalidPlanError as e:
1436 except (api_errors.InvalidPlanError,
1587 if e_type in (api_errors.InvalidPlanError,

Completed in 2332 milliseconds