@@ -50,7 +50,7 @@ impl SecurityAlert for SecurityAlertApi {
5050 {
5151 Ok ( reply) => Ok ( Response :: new ( reply) ) ,
5252 Err ( e) => match e {
53- Tonic ( boxed_status ) => Err ( * boxed_status ) ,
53+ Tonic ( status ) => Err ( * status ) ,
5454 _ => Err ( Status :: internal ( e. to_string ( ) ) ) ,
5555 } ,
5656 }
@@ -75,7 +75,7 @@ impl SecurityAlert for SecurityAlertApi {
7575 {
7676 Ok ( reply) => Ok ( Response :: new ( reply) ) ,
7777 Err ( e) => match e {
78- Tonic ( boxed_status ) => Err ( * boxed_status ) ,
78+ Tonic ( status ) => Err ( * status ) ,
7979 _ => Err ( Status :: internal ( e. to_string ( ) ) ) ,
8080 } ,
8181 }
@@ -108,7 +108,7 @@ impl SecurityAlert for SecurityAlertApi {
108108 {
109109 Ok ( reply) => Ok ( Response :: new ( reply) ) ,
110110 Err ( e) => match e {
111- Tonic ( boxed_status ) => Err ( * boxed_status ) ,
111+ Tonic ( status ) => Err ( * status ) ,
112112 _ => Err ( Status :: internal ( e. to_string ( ) ) ) ,
113113 } ,
114114 }
@@ -146,7 +146,7 @@ impl SecurityAlert for SecurityAlertApi {
146146 {
147147 Ok ( reply) => Ok ( Response :: new ( reply) ) ,
148148 Err ( e) => match e {
149- Tonic ( boxed_status ) => Err ( * boxed_status ) ,
149+ Tonic ( status ) => Err ( * status ) ,
150150 _ => Err ( Status :: internal ( e. to_string ( ) ) ) ,
151151 } ,
152152 }
@@ -179,7 +179,7 @@ impl SecurityAlert for SecurityAlertApi {
179179 {
180180 Ok ( reply) => Ok ( Response :: new ( reply) ) ,
181181 Err ( e) => match e {
182- Tonic ( boxed_status ) => Err ( * boxed_status ) ,
182+ Tonic ( status ) => Err ( * status ) ,
183183 _ => Err ( Status :: internal ( e. to_string ( ) ) ) ,
184184 } ,
185185 }
@@ -212,7 +212,7 @@ impl SecurityAlert for SecurityAlertApi {
212212 {
213213 Ok ( reply) => Ok ( Response :: new ( reply) ) ,
214214 Err ( e) => match e {
215- Tonic ( boxed_status ) => Err ( * boxed_status ) ,
215+ Tonic ( status ) => Err ( * status ) ,
216216 _ => Err ( Status :: internal ( e. to_string ( ) ) ) ,
217217 } ,
218218 }
@@ -245,7 +245,7 @@ impl SecurityAlert for SecurityAlertApi {
245245 {
246246 Ok ( reply) => Ok ( Response :: new ( reply) ) ,
247247 Err ( e) => match e {
248- Tonic ( boxed_status ) => Err ( * boxed_status ) ,
248+ Tonic ( status ) => Err ( * status ) ,
249249 _ => Err ( Status :: internal ( e. to_string ( ) ) ) ,
250250 } ,
251251 }
@@ -278,7 +278,7 @@ impl SecurityAlert for SecurityAlertApi {
278278 {
279279 Ok ( reply) => Ok ( Response :: new ( reply) ) ,
280280 Err ( e) => match e {
281- Tonic ( boxed_status ) => Err ( * boxed_status ) ,
281+ Tonic ( status ) => Err ( * status ) ,
282282 _ => Err ( Status :: internal ( e. to_string ( ) ) ) ,
283283 } ,
284284 }
@@ -310,7 +310,7 @@ impl SecurityAlert for SecurityAlertApi {
310310 {
311311 Ok ( reply) => Ok ( Response :: new ( reply) ) ,
312312 Err ( e) => match e {
313- Tonic ( boxed_status ) => Err ( * boxed_status ) ,
313+ Tonic ( status ) => Err ( * status ) ,
314314 _ => Err ( Status :: internal ( e. to_string ( ) ) ) ,
315315 } ,
316316 }
@@ -343,7 +343,7 @@ impl SecurityAlert for SecurityAlertApi {
343343 {
344344 Ok ( reply) => Ok ( Response :: new ( reply) ) ,
345345 Err ( e) => match e {
346- Tonic ( boxed_status ) => Err ( * boxed_status ) ,
346+ Tonic ( status ) => Err ( * status ) ,
347347 _ => Err ( Status :: internal ( e. to_string ( ) ) ) ,
348348 } ,
349349 }
@@ -375,7 +375,7 @@ impl SecurityAlert for SecurityAlertApi {
375375 {
376376 Ok ( reply) => Ok ( Response :: new ( reply) ) ,
377377 Err ( e) => match e {
378- Tonic ( boxed_status ) => Err ( * boxed_status ) ,
378+ Tonic ( status ) => Err ( * status ) ,
379379 _ => Err ( Status :: internal ( e. to_string ( ) ) ) ,
380380 } ,
381381 }
0 commit comments