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

Function internal_error_reply

crates/orderbook/src/api.rs:442–448  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

440}
441
442pub fn internal_error_reply() -> Response {
443 (
444 StatusCode::INTERNAL_SERVER_ERROR,
445 error("InternalServerError", ""),
446 )
447 .into_response()
448}
449
450// Newtype wrapper for PriceEstimationError to allow IntoResponse implementation
451// (orphan rules prevent implementing IntoResponse directly on external types)

Callers 15

into_responseMethod · 0.85
get_user_orders_handlerFunction · 0.85
into_responseMethod · 0.85
into_responseMethod · 0.85
get_auction_handlerFunction · 0.85
get_ready_handlerFunction · 0.85
get_orders_by_tx_handlerFunction · 0.85
get_trades_handlerFunction · 0.85
into_responseMethod · 0.85
get_app_data_handlerFunction · 0.85
get_trades_handlerFunction · 0.85

Calls 2

errorFunction · 0.70
into_responseMethod · 0.45

Tested by

no test coverage detected