OsCmd.Error exception (ci v0.1.1) View Source

Error struct returned by various OsCmd operations.

Link to this section Summary

Link to this section Types

Specs

t() :: %OsCmd.Error{
  __exception__: term(),
  exit_status: term(),
  message: String.t(),
  output: String.t()
}