MCPcopy
hub / github.com/saltstack/salt / SaltInvocationError

Class SaltInvocationError

salt/exceptions.py:242–246  ·  view source on GitHub ↗

Used when the wrong number of arguments are sent to modules or invalid arguments are specified on the command line

Source from the content-addressed store, hash-verified

240
241
242class SaltInvocationError(SaltException, TypeError):
243 """
244 Used when the wrong number of arguments are sent to modules or invalid
245 arguments are specified on the command line
246 """
247
248
249class PkgParseError(SaltException):

Callers 15

_execute_job_functionMethod · 0.90
_resolve_nodegroupMethod · 0.90
cmdMethod · 0.90
sls_idFunction · 0.90
create_certificateFunction · 0.90
_query_remoteFunction · 0.90
create_certificateFunction · 0.90
_query_remoteFunction · 0.90
tuneFunction · 0.90
str_encodeFunction · 0.90

Calls

no outgoing calls

Tested by 3

configurable_test_stateFunction · 0.72
show_notificationFunction · 0.72
check_pillarFunction · 0.72