Package ClusterShell :: Package CLI :: Module Error
[hide private]
[frames] | no frames]

Module Error

source code

CLI error handling helper functions

Functions [hide private]
 
handle_generic_error(excobj, prog='(imported)')
handle error given `excobj' generic script exception
source code
Variables [hide private]
  GENERIC_ERRORS = (<class 'ClusterShell.Engine.Engine.EngineNot...
  __package__ = 'ClusterShell.CLI'
Variables Details [hide private]

GENERIC_ERRORS

Value:
(<class 'ClusterShell.Engine.Engine.EngineNotSupportedError'>,
 <class 'ClusterShell.Worker.EngineClient.EngineClientError'>,
 <class 'ClusterShell.NodeSet.NodeSetExternalError'>,
 <class 'ClusterShell.NodeSet.NodeSetParseError'>,
 <class 'ClusterShell.RangeSet.RangeSetParseError'>,
 <class 'ClusterShell.NodeUtils.GroupResolverIllegalCharError'>,
 <class 'ClusterShell.NodeUtils.GroupResolverSourceError'>,
 <class 'ClusterShell.NodeUtils.GroupSourceError'>,
...