Searched refs:not_found (Results 1 – 5 of 5) sorted by relevance
254 None => Err(Status::not_found(format!("symbol '{}' not found", symbol))), in symbol_by_name()268 None => Err(Status::not_found(format!("file '{}' not found", filename))), in file_by_filename()
57 Err(Status::not_found("extensions are not supported")) in server_reflection_info()
125 return Err(Status::not_found("service not registered")); in check()140 None => return Err(Status::not_found("service not registered")), in watch()
208 pub fn not_found(message: impl Into<String>) -> Status { in not_found() method975 assert_eq!(Status::not_found("").code(), Code::NotFound); in constructors()