Searched refs:OperationInterrupted (Results 1 – 2 of 2) sorted by relevance
24 OperationInterrupted, enumerator75 super::SQLITE_INTERRUPT => ErrorCode::OperationInterrupted, in new()
1482 assert_eq!(err.code, ErrorCode::OperationInterrupted); in test_interrupt()