Replies: 1 comment 10 replies
-
|
You mean in the context of a server? We definitely want this to be useful in a production environment, where you would differentiate between expected errors raised intentionally by an implementation, and unexpected errors, for example from reading a file from a sensitive location. |
Beta Was this translation helpful? Give feedback.
10 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.
-
connectErrorFromReasonis currently implemented as:I'd suggest to not forward the error message for arbitrary Errors by default. That could lead to leaking sensitive information.
Beta Was this translation helpful? Give feedback.
All reactions