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
This code is not obvious to debug:
reply(_, _, _, #{has_sent_resp := _}) -> error(function_clause);
Perhaps a better error than function_clause should be raised.
function_clause
The text was updated successfully, but these errors were encountered:
For the error message, perhaps already_sent_error or more descriptive response_already_sent_error.
already_sent_error
response_already_sent_error
Sorry, something went wrong.
No branches or pull requests
This code is not obvious to debug:
Perhaps a better error than
function_clause
should be raised.The text was updated successfully, but these errors were encountered: