Hello,
I have an error type that I implement IntoResponse on, and on axum handlers I can just return the error, and it would set the correct status code and send the error message
and I would like to use that with dioxus' server functions, since I want to handle the error and redirect the user to another page on the server
is that possible?