Snakepit.PackageError exception (Snakepit v0.8.7)

View Source

Structured error for Python package installation and inspection.

Summary

Types

t()

@type t() :: %Snakepit.PackageError{
  __exception__: true,
  message: String.t(),
  output: String.t() | nil,
  packages: [String.t()],
  suggestion: String.t() | nil,
  type: type()
}

type()

@type type() ::
  :not_installed | :install_failed | :version_mismatch | :invalid_requirement