Module: errors
Inheritance diagram
Class Reference
Exception classes used by pan-os-python package
- exception panos.errors.PanDeviceError(*args, **kwargs)[source]
Exception for errors in the PanDevice class
The PanDevice class may raise errors when problems occur such as response parsing problems. This exception class is raised on those errors. This class is not for errors connecting to the API, as pan.xapi.PanXapiError is responsible for those.
- message
The error message for the exception
- pan_device
A reference to the PanDevice that generated the exception