MCPcopy Index your code
hub / github.com/saltstack/salt / ArgumentValueError

Class ArgumentValueError

salt/exceptions.py:482–485  ·  view source on GitHub ↗

Used when an invalid argument was passed to a command execution

Source from the content-addressed store, hash-verified

480
481
482class ArgumentValueError(CommandExecutionError):
483 """
484 Used when an invalid argument was passed to a command execution
485 """
486
487
488class CheckError(CommandExecutionError):

Callers 14

list_clusterFunction · 0.90
create_clusterFunction · 0.90
update_clusterFunction · 0.90
create_vmfs_datastoreFunction · 0.90
_get_entityFunction · 0.90
_validate_entityFunction · 0.90
erase_disk_partitionsFunction · 0.90
list_disk_partitionsFunction · 0.90
create_diskgroupFunction · 0.90
configure_host_cacheFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected