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

Method error

salt/spm/__init__.py:1172–1176  ·  view source on GitHub ↗

Report an SPM error message

(self, msg)

Source from the content-addressed store, hash-verified

1170 raise NotImplementedError()
1171
1172 def error(self, msg):
1173 """
1174 Report an SPM error message
1175 """
1176 raise NotImplementedError()
1177
1178 def confirm(self, action):
1179 """

Callers 15

runMethod · 0.45
_query_httpMethod · 0.45
_create_repoMethod · 0.45
check_existingFunction · 0.45
managedFunction · 0.45
latestFunction · 0.45
_sync_singleFunction · 0.45
sync_allFunction · 0.45
_check_perms_changesFunction · 0.45
_get_current_tagsFunction · 0.45
_presentFunction · 0.45
_get_missing_resultsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected