:mod:`error_handling` ===================== .. py:module:: error_handling Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: error_handling.example .. function:: example(args) Example to for handling protocol exceptions. The errors are described in the protobuf protocol definition of the errors. This example tries to set an invalid ScanPattern and a protocol exception will be raised and catched. :param args: arguments to parse out the host name or IP address of the device .. data:: parser