testcontainer_compose/error

Types

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)
Search Document