Skip to content

Give Error messages not just error codes #83

@oxinabox

Description

@oxinabox

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions