HEX
Server: Apache
System: Linux server2.voipitup.com.au 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: posscale (1027)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //opt/saltstack/salt/lib/python3.10/site-packages/salt/cloud/__pycache__/exceptions.cpython-310.pyc
o

�N�g��@s�dZddlZddlmZGdd�de�ZGdd�de�ZGdd	�d	e�ZGd
d�de�ZGdd
�d
e�Z	Gdd�de�Z
Gdd�de�ZdS)z�
    salt.cloud.exceptions
    ~~~~~~~~~~~~~~~~~~~~

    Salt cloud related exceptions.

    :codeauthor: Pedro Algarvio (pedro@algarvio.me)
�N)�
SaltExceptionc@�eZdZdZdS)�SaltCloudExceptionz&
    Generic Salt Cloud Exception
    N��__name__�
__module__�__qualname__�__doc__�r
r
�I/opt/saltstack/salt/lib/python3.10/site-packages/salt/cloud/exceptions.pyr�rc@s"eZdZdZejjjfdd�ZdS)�SaltCloudSystemExitzH
    This exception is raised when the execution should be stopped.
    cCs"t�||�d�|�|_||_dS)NzU{} [WARNING: salt.cloud.exceptions is deprecated. Please migrate to salt.exceptions!])r�__init__�format�message�	exit_code)�selfrrr
r
rrs
�
zSaltCloudSystemExit.__init__N)	rrrr	�salt�defaultsZ	exitcodesZ
EX_GENERICrr
r
r
rr
sr
c@r)�SaltCloudConfigErrorzL
    Raised when a configuration setting is not found and should exist.
    Nrr
r
r
rr"rrc@r)�SaltCloudNotFoundzU
    Raised when some cloud provider function cannot find what's being searched.
    Nrr
r
r
rr(rrc@r)�SaltCloudExecutionTimeoutzO
    Raised when too much time has passed while querying/waiting for data.
    Nrr
r
r
rr.rrc@r)�SaltCloudExecutionFailurezV
    Raised when too much failures have occurred while querying/waiting for data.
    Nrr
r
r
rr4rrc@r)�SaltCloudPasswordErrorz;
    Raise when virtual terminal password input failed
    Nrr
r
r
rr:rr)r	Zsalt.defaults.exitcodesrZsalt.exceptionsrrr
rrrrrr
r
r
r�<module>s