This module is a central location for all salt exceptions
If sha256 signature fails during decryption
Used when a module runs a command which returns an error and wants to show the user the output gracefully instead of dying
Used in modules or grains when a required binary is not available
Thrown when eauth authentication fails
Problems loading the right renderer
Rise when the master exits
Minion problems reading uris such as salt:// or http://
Used when of the pkg modules cannot correctly parse the output from the CLI tool (pacman, yum, apt, aptitude, etc)
Problem reading the master root key
Base exception class; all Salt-specific exceptions should subclass this
Used when the wrong number of arguments are sent to modules or invalid arguments are specified on the command line
Problem reading the master root key
Used when a renderer needs to raise an explicit error
Thrown when a salt master request call fails to return within the timeout
This exception is raised when an unsolvable problem is found. There's nothing else to do, salt should just exit.