MCPcopy Create free account
hub / github.com/cowprotocol/services / AppDataValidationErrorWrapper

Class AppDataValidationErrorWrapper

crates/orderbook/src/api/post_order.rs:117–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117pub struct AppDataValidationErrorWrapper(pub AppDataValidationError);
118impl IntoResponse for AppDataValidationErrorWrapper {
119 fn into_response(self) -> Response {
120 match self.0 {

Callers 2

into_responseMethod · 0.85
into_responseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected