Skip to content
Commit b5acb306 authored by Shams Asari's avatar Shams Asari
Browse files

Introduce `Proxy::proxy_propagate_error`

This is the same as `proxy` except it will propagate any errors from the proxied call, rather than capturing it in the `ProxyExecuted` event. If the proxied call is successful then this will emit a `ProxyExecuted` event with `Ok` result.
parent 3977f389
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment