Skip to main content

classify_device_error

Function classify_device_error 

Source
pub fn classify_device_error<R: DeviceRuntime + ?Sized>(
    runtime: &R,
    identity: ExecutionIdentityEnvelope,
    error: &R::Error,
) -> Result<IdentifiedFailure, VNextError>
Expand description

Closes a backend error over the exact runtime instance and a core-owned device failure domain.