error-stack
with actix-web
integration
#2842
Unanswered
sergiupopescu199
asked this question in
Q&A
Replies: 1 comment
-
Looking at error_stack's documentation, you can see that their
This alias is simply wrapping the error type from the result with their So, in this line where you implement
You would need to implement it for your error type being wrapped by error_stack's
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a question regarding custom error implementation in
actix-web
usingerror-stack
I'm trying to use the
error-stack::Result
instead ofanyhow::Result
and it gives me this error which I cannot understand how to solveCould Someone help me please?
Beta Was this translation helpful? Give feedback.
All reactions