[][src]Type Definition jenkins_api::client::Result

type Result<T> = Result<T, Box<dyn Error>>;

Wrapper Result type