vibe.probe_exceptions

Common probe-related exception definitions shared across the rendering stack.

ProbeMissingPathError

Raised when probing encounters an undefined path that cannot be resolved.

ProbeNeedsError

Unified exception for signaling batched probe needs during template processing.

This exception replaces the previous ProbeComponentNeedsError with a more general design that enables efficient batching of missing variables, placeholders, and context information during probing. It maintains identical performance characteristics while being extensible for future batching scenarios beyond component processing.

alias

alias: str

Backward compatibility: Extract alias from source context.

component_id

component_id: str

Backward compatibility: Extract component_id from source context.