Enum realsense_rust::pipeline::PipelineProfileConstructionError [−][src]
pub enum PipelineProfileConstructionError { CouldNotRetrieveDevice(Rs2Exception, String), CouldNotRetrieveStreamList(Rs2Exception, String), CouldNotRetrieveStreamCount(Rs2Exception, String), }
Expand description
Type representing possible errors that can occur during pipeline profile construction.
Variants
CouldNotRetrieveDevice(Rs2Exception, String)
Could not retrieve the device from the underlying pipeline profile pointer.
CouldNotRetrieveStreamList(Rs2Exception, String)
Could not retrieve the list of stream profiles from the underlying pipeline profile pointer.
CouldNotRetrieveStreamCount(Rs2Exception, String)
Could not retrieve the count of stream profiles from the underlying pipeline profile pointer.
Trait Implementations
Auto Trait Implementations
impl Send for PipelineProfileConstructionError
impl Sync for PipelineProfileConstructionError
impl Unpin for PipelineProfileConstructionError