smartinspectpython.siprotocolexception

Module: siprotocolexception.py

Revision History

Date Version Description
2023/05/30 3.0.0.0 Initial Version.

Used to report any errors concerning the protocol classes.

SIProtocolException(message: str, protocol: str, options: str, *args, **kwargs)

Initializes a new instance of the class.

Arguments:
  • message (str): The exception message.
  • protocol (str): The protocol name value.
  • options (str): The protocol options string.
ProtocolName: str

Gets the ProtocolName property value.

ProtocolOptions: str

Gets the ProtocolOptions property value.