Skip to main content

CURSOR_NOT_FOUND

Constant CURSOR_NOT_FOUND 

Source
pub const CURSOR_NOT_FOUND: &str = "CURSOR_NOT_FOUND";
Expand description

query.next / query.close referenced an unknown cursor id. Either the cursor was never opened, already closed, or was automatically dropped when its rows were exhausted.