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
LibPQ.jl does this really well
Here is the docs with all the codes, but there might be another list of coddes somewhere that is easier to regex into julia code
Right now we get things passed on to FTPClient.jl which result in unuseful messages like:
FTPClientError("Failed to upload /foo.bar", 0x0000003c).
But it could have been:
CURLE_PEER_FAILED_VERIFICATION (60) The remote server's SSL certificate or SSH md5 fingerprint was deemed not OK.
The text was updated successfully, but these errors were encountered:
You can call curl_easy_strerror to get the error message
curl_easy_strerror
Sorry, something went wrong.
No branches or pull requests
LibPQ.jl does this really well
Here is the docs with all the codes, but there might be another list of coddes somewhere that is easier to regex into julia code
Right now we get things passed on to FTPClient.jl which result in unuseful messages like:
But it could have been:
The text was updated successfully, but these errors were encountered: