Home
last modified time | relevance | path

Searched refs:description (Results 1 – 24 of 24) sorted by relevance

/tonic/interop/src/
H A Dlib.rs55 description: &'static str,
58 description: &'static str,
81 ref description, in fmt()
88 desc = style(description).red(), in fmt()
93 ref description, in fmt()
100 desc = style(description).red(), in fmt()
109 ($description:expr, $assertion:expr) => {
112 description: $description,
116 description: $description,
125 description: $description,
[all …]
H A Dclient.rs185 description: in ping_pong()
/tonic/tonic-types/src/richer_error/std_messages/
H A Dhelp.rs12 pub description: String, field
20 pub fn new(description: impl Into<String>, url: impl Into<String>) -> Self { in new()
22 description: description.into(), in new()
31 description: value.description, in from()
40 description: value.description, in from()
69 pub fn with_link(description: impl Into<String>, url: impl Into<String>) -> Self { in with_link()
72 description: description.into(), in with_link()
81 description: impl Into<String>, in add_link()
85 description: description.into(), in add_link()
H A Dbad_request.rs18 pub description: String, field
23 pub fn new(field: impl Into<String>, description: impl Into<String>) -> Self { in new()
26 description: description.into(), in new()
35 description: value.description, in from()
44 description: value.description, in from()
73 pub fn with_violation(field: impl Into<String>, description: impl Into<String>) -> Self { in with_violation()
77 description: description.into(), in with_violation()
86 description: impl Into<String>, in add_violation()
90 description: description.into(), in add_violation()
H A Dquota_failure.rs16 pub description: String, field
21 pub fn new(subject: impl Into<String>, description: impl Into<String>) -> Self { in new()
24 description: description.into(), in new()
33 description: value.description, in from()
42 description: value.description, in from()
70 pub fn with_violation(subject: impl Into<String>, description: impl Into<String>) -> Self { in with_violation()
74 description: description.into(), in with_violation()
83 description: impl Into<String>, in add_violation()
87 description: description.into(), in add_violation()
H A Dprec_failure.rs23 pub description: String, field
31 description: impl Into<String>, in new()
36 description: description.into(), in new()
46 description: value.description, in from()
56 description: value.description, in from()
88 description: impl Into<String>, in with_violation()
94 description: description.into(), in with_violation()
105 description: impl Into<String>, in add_violation()
110 description: description.into(), in add_violation()
H A Dresource_info.rs24 pub description: String, field
36 description: impl Into<String>, in new()
42 description: description.into(), in new()
52 && self.description.is_empty() in is_empty()
89 description: res_info.description, in from()
100 description: res_info.description, in from()
/tonic/tonic-types/src/richer_error/error_details/
H A Dmod.rs135 description: impl Into<String>, in with_quota_failure_violation()
214 description: impl Into<String>, in with_precondition_failure_violation()
220 description, in with_precondition_failure_violation()
261 description: impl Into<String>, in with_bad_request_violation()
311 description: impl Into<String>, in with_resource_info()
318 description, in with_resource_info()
511 description: impl Into<String>, in add_quota_failure_violation()
625 description: impl Into<String>, in add_precondition_failure_violation()
635 description, in add_precondition_failure_violation()
705 description: impl Into<String>, in add_bad_request_violation()
[all …]
/tonic/tonic-types/src/generated/
H A Dgoogle_rpc.rs89 pub description: ::prost::alloc::string::String, field
181 pub description: ::prost::alloc::string::String, field
204 pub description: ::prost::alloc::string::String, field
242 pub description: ::prost::alloc::string::String, field
262 pub description: ::prost::alloc::string::String, field
/tonic/tonic/src/transport/
H A Derror.rs50 fn description(&self) -> &str { in description() method
77 f.write_str(self.description()) in fmt()
/tonic/tonic-types/proto/
H A Derror_details.proto58 // id and the description of the quota limit that was exceeded. If the
74 // A description of how the quota check failed. Clients can use this
75 // description to find more about the quota configuration in the service's
81 string description = 2; field
157 // A description of how the precondition failed. Developers can use this
158 // description to understand how to fix the failure.
161 string description = 3; field
178 // A description of why the request element is bad.
179 string description = 2; field
218 string description = 4; field
[all …]
/tonic/tonic-types/
H A DCargo.toml7 description = """
H A DREADME.md42 "description of why the field_a is invalid"
49 "description of why the field_b is invalid",
57 .add_help_link("description of link", "https://resource.example.local")
/tonic/tonic-web/
H A DCargo.toml4 description = """
/tonic/tonic-build/
H A DCargo.toml4 description = """
/tonic/tonic-health/
H A DCargo.toml4 description = """
/tonic/.github/ISSUE_TEMPLATE/
H A Dbug_report.md47 One way to structure the description:
/tonic/tonic-reflection/
H A DCargo.toml7 description = """
/tonic/tonic/
H A DCargo.toml12 description = """
/tonic/tonic-reflection/proto/
H A Dreflection_v1.proto15 // Service exported by server reflection. A more complete description of how
/tonic/tonic/src/
H A Dstatus.rs125 pub fn description(&self) -> &'static str { in description() method
154 std::fmt::Display::fmt(self.description(), f) in fmt()
/tonic/examples/proto/googleapis/google/api/
H A Dresource.proto155 // A description of the historical or future-looking state of the
/tonic/
H A DCONTRIBUTING.md74 evaluate the report is a description of the behavior you are seeing and a simple
239 * contain a short description of the change (preferably 50 characters or less,
H A DCHANGELOG.md549 * **metadata:** Remove deprecated error description ([61e0429](https://github.com/hyperium/tonic/co…