We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here it is:
Bad value on output port 'tcp_inet'
I'm not sure that this is curable, though.
The text was updated successfully, but these errors were encountered:
We can check that the value is a list or binary, but if it's inside an iolist we can't do anything.
Sorry, something went wrong.
Isn't it possible to catch this error and rethrow it with better description?
I don't know, can you post the whole error rather than just the message?
This isn't an exception.
https://github.com/erlang/otp/blob/master/erts/emulator/beam/io.c#L1285
We can't catch it, or do anything about it other than checking the whole iodata() argument, which isn't an acceptable solution.
Closing this then! Thanks.
No branches or pull requests
Here it is:
I'm not sure that this is curable, though.
The text was updated successfully, but these errors were encountered: