Replies: 1 comment
-
I'm not sure what docs you were reading, but according to |
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 an endpoint that returns the known sensors of a network switch and I am confused about the outcome.
The docs state that an
Resut::Err
should expect anOutcome::Erorr
from the endpoint, but it's not what I am getting. I tried to use aResponder
enum, but I an unsuccessful.Here is the endpoin:
And here is the Erorr enum:
What am I doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions