Enum realsense_rust::pipeline::FrameWaitError [−][src]
pub enum FrameWaitError { DidErrorDuringFrameWait(Rs2Exception, String), DidErrorDuringFramePoll(Rs2Exception, String), DidTimeoutBeforeFrameArrival, }
Expand description
Enumeration over possible errors that can occur when waiting for a frame.
Variants
DidErrorDuringFrameWait(Rs2Exception, String)
librealsense2 had an internal error occur while waiting for frames.
DidErrorDuringFramePoll(Rs2Exception, String)
librealsense2 had an internal error while polling for the next set of frames.
The associated function timed out while waiting for frames.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FrameWaitError
impl Send for FrameWaitError
impl Sync for FrameWaitError
impl Unpin for FrameWaitError
impl UnwindSafe for FrameWaitError