Make router service call failed
a more specific/helpful error
#4899
Labels
router service call failed
a more specific/helpful error
#4899
Describe the solution you'd like
Router currently throws the error
router service call failed
when major something goes wrong. The instances I've seen it in are when a coprocessor is broken or not deployed. The error in it's current form is unhelpful and would be nice if it tried to specify what went wrong (some kind of more specific error).Currently thrown from two places in the code:
https://github.com/apollographql/router/blob/dev/apollo-router/src/axum_factory/axum_http_server_factory.rs#L650
https://github.com/apollographql/router/blob/dev/apollo-router/src/axum_factory/axum_http_server_factory.rs#L683
The text was updated successfully, but these errors were encountered: