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.