Enum realsense_rust::pipeline::PipelineConstructionError [−][src]
pub enum PipelineConstructionError { CouldNotCreatePipelineFromContext(Rs2Exception, String), }
Expand description
Enumeration of possible errors that can occur during pipeline construction.
Variants
CouldNotCreatePipelineFromContext(Rs2Exception, String)
The pipeline could not be created from the context.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PipelineConstructionError
impl Send for PipelineConstructionError
impl Sync for PipelineConstructionError
impl Unpin for PipelineConstructionError
impl UnwindSafe for PipelineConstructionError