Searched refs:Internal (Results 1 – 6 of 6) sorted by relevance
| /tonic/tonic/src/ |
| H A D | status.rs | 100 Internal = 13, enumerator 144 Code::Internal => "Internal error", in description() 285 Status::new(Code::Internal, message) in internal() 379 | Some(h2::Reason::CONNECT_ERROR) => Code::Internal, in code_from_h2() 666 Code::Internal, in invalid_header_value_byte() 692 | ErrorKind::Interrupted => Code::Internal, in from() 750 http::StatusCode::BAD_REQUEST => Code::Internal, in infer_grpc_status() 808 (b'1', b'3') => Code::Internal, in from_bytes() 833 Code::Internal => HeaderValue::from_static("13"), in to_header_value() 862 13 => Code::Internal, in from() [all …]
|
| /tonic/tests/integration_tests/tests/ |
| H A D | status.rs | 87 Err(Status::with_metadata(Code::Internal, MESSAGE, metadata)) in status_with_metadata() 118 assert_eq!(err.code(), Code::Internal); in status_with_metadata()
|
| H A D | max_message_size.rs | 89 expected_code: Some(Code::Internal), in max_message_send_size()
|
| /tonic/tonic/ |
| H A D | Cargo.toml | 32 _tls-any = ["dep:tokio-rustls", "dep:tokio", "tokio?/rt", "tokio?/macros"] # Internal. Please choos…
|
| /tonic/tests/compression/src/ |
| H A D | compressing_request.rs | 234 assert_eq!(status.code(), tonic::Code::Internal); in client_mark_compressed_without_header_server_enabled()
|
| /tonic/tonic-web/src/ |
| H A D | call.rs | 629 assert_eq!(out.code(), Code::Internal); in find_trailers_buffered_incomplete_buf_bug()
|