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

/external/chromium-trace/catapult/third_party/pipeline/pipeline/
H A Dpipeline.py22 'PipelineRuntimeError', 'SlotNotFilledError', 'SlotNotDeclaredError',
111 class SlotNotFilledError(PipelineRuntimeError): class in inherits:PipelineRuntimeError
210 SlotNotFilledError if the value hasn't been filled yet.
213 raise SlotNotFilledError('Slot with name "%s", key "%s" not yet filled.'
225 SlotNotFilledError if the value hasn't been filled yet.
228 raise SlotNotFilledError('Slot with name "%s", key "%s" not yet filled.'
240 SlotNotFilledError if the value hasn't been filled yet.
243 raise SlotNotFilledError('Slot with name "%s", key "%s" not yet filled.'
1284 SlotNotFilledError if any of the supplied 'slot_key' records are not
1296 raise SlotNotFilledError(
[all...]

Completed in 130 milliseconds