SnakeBridge.EnvironmentError exception (SnakeBridge v0.15.1)

Copy Markdown View Source

Error raised when required Python packages are missing.

Summary

Types

t()

@type t() :: %SnakeBridge.EnvironmentError{
  __exception__: true,
  message: String.t(),
  missing_packages: [String.t()],
  suggestion: String.t()
}