Struct puppetfile::PuppetfileError
[−]
[src]
pub struct PuppetfileError {
pub kind: ErrorKind,
pub desc: String,
}represents an error while checking the version published on the forge
Fields
kind | type of the error |
desc | short description |