pub type Error {
ComposeFileNotFound(path: String)
InvalidYaml(path: String, reason: String)
ComposeFailed(path: String, reason: String)
}
Constructors
-
ComposeFileNotFound(path: String)
-
InvalidYaml(path: String, reason: String)
-
ComposeFailed(path: String, reason: String)