MCPcopy Create free account
hub / github.com/saltstack/salt / AuthorizationError

Class AuthorizationError

salt/exceptions.py:369–372  ·  view source on GitHub ↗

Thrown when runner or wheel execution fails due to permissions

Source from the content-addressed store, hash-verified

367
368
369class AuthorizationError(SaltException):
370 """
371 Thrown when runner or wheel execution fails due to permissions
372 """
373
374
375class SaltValidationError(SaltException):

Callers 4

run_job_asyncMethod · 0.90
get_cli_event_returnsMethod · 0.90
pubMethod · 0.90
pub_asyncMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected