Home
last modified time | relevance | path

Searched refs:error_format (Results 1 – 6 of 6) sorted by relevance

/DragonReach/src/
H A Dmain.rs45 eprintln!("Err:{}", e.error_format()); in main()
51 eprintln!("Err:{}", e.error_format()); in main()
/DragonReach/src/error/
H A Dmod.rs5 fn error_format(&self) -> String; in error_format() method
/DragonReach/src/error/runtime_error/
H A Dmod.rs53 fn error_format(&self) -> String { in error_format() method
/DragonReach/src/error/parse_error/
H A Dmod.rs45 fn error_format(&self) -> String { in error_format() method
/DragonReach/src/systemctl/listener/
H A Dmod.rs82 eprintln!("parse tcl command error: {}", err.error_format()); in ctl_listen()
/DragonReach/src/manager/ctl_manager/
H A Dmod.rs150 eprintln!("parse unit {} error :{}", name, err.error_format()); in start()
180 eprintln!("parse unit {} error :{}", name, err.error_format()); in restart()