This module is a central location for all salt exceptions
If sha256 signature fails during decryption
Thrown when runner or wheel execution fails due to permissions
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. If a line number and buffer string are passed, get_context will be invoked to get the location of the error.
Thrown when a salt master request call fails to return within the timeout
Problem in runner
This exception is raised when an unsolvable problem is found. There's nothing else to do, salt should just exit.
Problem in wheel
Thrown when a timed subprocess does not terminate within the timeout, or if the specified timeout is not an int or a float
Thrown when token authentication fails
Current Salt release: 2014.1.6
Docs for previous releases on salt.rtfd.org.