pub const CURSOR_NOT_FOUND: &str = "CURSOR_NOT_FOUND";
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.
query.next
query.close