Type Alias cargo::sources::git::fetch::Error

source ·
pub type Error = Error<Error>;

Aliased Type§

enum Error {
    Open(Error),
    FindExistingReference(Error),
    RemoteInit(Error),
    FindExistingRemote(Error),
    CredentialHelperConfig(Error),
    Connect(Error),
    PrepareFetch(Error),
    Fetch(Error),
    Other(Error),
}

Variants§

§

Open(Error)

§

FindExistingReference(Error)

§

RemoteInit(Error)

§

FindExistingRemote(Error)

§

CredentialHelperConfig(Error)

§

Connect(Error)

§

PrepareFetch(Error)

§

Fetch(Error)

§

Other(Error)