Home
last modified time | relevance | path

Searched defs:custom_error (Results 1 – 1 of 1) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
Derror.rs208 let custom_error = ScheduleError::new(ErrorKind::TaskShutdown, "task shutdown"); in ut_schedule_error_debug() localVariable
225 let custom_error = ScheduleError::new(ErrorKind::TaskShutdown, "custom task shutdown"); in ut_schedule_error_display() localVariable
268 let custom_error = ScheduleError::new(ErrorKind::TaskShutdown, "task shutdown"); in ut_schedule_error_kind() localVariable
282 let custom_error = ScheduleError::new(ErrorKind::TaskShutdown, "task shutdown"); in ut_schedule_error_into_inner() localVariable