Documentation for PythonAPI
22.40.00py2

packetlogic2.exceptions

Undocumented!

Classes defined here:

  • PLDServerError - Raised when a generic error is reported by the PacketLogic
  • PLError - Generic PacketLogic exception

PLDBError

Generic PLDB exception

Inherits from: PLError | Exception | BaseException

PLDBNewDataCommitted

Raised when there has been new data committed on the resource.

Inherits from: PLDBError | PLError | Exception | BaseException
Properties:
commitid CommitID describing the commit made on the resource

commitid

CommitID describing the commit made on the resource.

PLDBUnsupportedFeatureError

Raised attempting to use an unsupported feature.

This is a PLDB specific version of PLUnsupportedFeatureError.

Inherits from: PLUnsupportedFeatureError | PLDBError | PLError | Exception | BaseException

PLDBUnsupportedInFirmware

Raised when attempting to use an feature not supported in the PacketLogic firmware version

Inherits from: PLDBUnsupportedFeatureError | PLUnsupportedFeatureError | PLDBError | PLError | Exception | BaseException

PLDError

Generic PLD exception

Inherits from: PLError | Exception | BaseException

PLDNotAvailable

Raised when accessing data that is not (yet) available

Inherits from: PLDError | PLError | Exception | BaseException

PLDPermissionError

Raised when an permission error is reported by PacketLogic

Inherits from: PLDError | PLError | Exception | BaseException

PLDServerError

Raised when a generic error is reported by the PacketLogic

Inherits from: PLDError | PLError | Exception | BaseException

PLDUnsupportedFeatureError

Raised when attempting to use an unsupported feature.

This is a PLD specific version of PLUnsupportedFeatureError.

Inherits from: PLUnsupportedFeatureError | PLDError | PLError | Exception | BaseException

PLDUnsupportedInFirmware

Raised attempting to use an feature not supported in the PacketLogic firmware version

Inherits from: PLDUnsupportedFeatureError | PLUnsupportedFeatureError | PLDError | PLError | Exception | BaseException

PLError

Generic PacketLogic exception

Inherits from: Exception | BaseException

PLUnsupportedFeatureError

Raised when attempting to use an unsupported feature.

This exception (or it is subclasses) is raised when a method or property is used that is not supported by the PacketLogic firmware or configuration, or that the license doesn't allow usage of the feature.

Inherits from: PLError | Exception | BaseException