Searched refs:unknown (Results 1 – 7 of 7) sorted by relevance
43 // If the requested service is unknown, the call will fail with status52 // If the requested service is unknown when the call is received, the
241 tonic::Status::unknown(format!("Service was not ready: {}", e.into())) in generate_unary()272 tonic::Status::unknown(format!("Service was not ready: {}", e.into())) in generate_server_streaming()303 tonic::Status::unknown(format!("Service was not ready: {}", e.into())) in generate_client_streaming()334 tonic::Status::unknown(format!("Service was not ready: {}", e.into())) in generate_streaming()
151 tonic::Status::unknown( in check()190 tonic::Status::unknown( in watch()
242 tonic::Status::unknown( in server_reflection_info()
186 pub fn unknown(message: impl Into<String>) -> Status { in unknown() method972 assert_eq!(Status::unknown("").code(), Code::Unknown); in constructors()
2516 let s1 = Status::unknown(special_char_message); in test_to_headers_encoding()