Type Alias Error

Source
pub type Error = Error<Error>;

Aliased Type§

pub 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)

Layout§

Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.