Searched defs:err_msg (Results 1 – 4 of 4) sorted by relevance
314 let err_msg = "Internal error, Pls try again".to_owned(); in task_app_install() localVariable328 let err_msg = String::from("Invalid input parameters"); in task_app_uninstall() localVariable333 let err_msg = String::from("Invalid input parameters"); in task_app_uninstall() localVariable342 let err_msg = "Internal error, Pls try again".to_owned(); in task_app_uninstall() localVariable364 let err_msg = "Internal error, Pls try again".to_owned(); in command_dispatch() localVariable
44 let mut err_msg = String::from(""); in open() localVariable
318 … let err_msg = format!("Error opening file: {}, path: {}", error, task.transfer.local_path); in set_master_parameters() localVariable569 let err_msg = format!("Transfer failed: arguments is invalid {:?}", e); in command_dispatch() localVariable
913 def add_error_msg_to_public_info(err_msg, report_info): argument