Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
pub struct AppDataValidationErrorWrapper(pub AppDataValidationError);
118
impl IntoResponse for AppDataValidationErrorWrapper {
119
fn into_response(self) -> Response {
120
match self.0 {
Callers
2
into_response
Method · 0.85
into_response
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected