Searched refs:ErrNotStarted (Results 1 – 4 of 4) sorted by relevance
86 return Err(Error::ErrNotStarted); in start_check()130 Section::NotStarted => return Err(Error::ErrNotStarted), in increment_section_count()146 return Err(Error::ErrNotStarted); in add_question()163 return Err(Error::ErrNotStarted); in check_resource_section()198 return Err(Error::ErrNotStarted); in finish()
46 return Err(Error::ErrNotStarted); in check_advance()334 return Err(Error::ErrNotStarted); in resource_body()
457 assert_eq!(err, Error::ErrNotStarted, "{name}"); in test_resource_not_started()672 assert_eq!(err, Error::ErrNotStarted); in test_skip_not_started()841 Error::ErrNotStarted, in test_start_error()976 Error::ErrNotStarted, in test_builder_resource_error()986 Error::ErrNotStarted, in test_builder_resource_error()996 Error::ErrNotStarted, in test_builder_resource_error()1030 let want = Error::ErrNotStarted; in test_finish_error()
21 ErrNotStarted, enumerator