The netconf.error Module¶
-
exception
netconf.error.ChannelClosed¶
-
exception
netconf.error.FramingError¶
-
exception
netconf.error.NetconfException¶ Bases:
exceptions.Exception
-
exception
netconf.error.RPCError(output, tree, error)¶ Bases:
netconf.error.NetconfException-
get_error_info()¶
-
get_error_severity()¶
-
get_error_tag()¶
-
get_error_type()¶
-
-
exception
netconf.error.RPCServerError(origmsg, etype, tag, **kwargs)¶ Bases:
netconf.error.NetconfException-
get_reply_msg()¶
-
-
exception
netconf.error.RPCSvrBadElement(origmsg, element, **kwargs)¶ Bases:
netconf.error.RPCServerError
-
exception
netconf.error.RPCSvrErrBadMsg(origmsg)¶ Bases:
netconf.error.RPCServerErrorIf the server raises this exception the and netconf 1.0 is in use, the session will be closed
-
exception
netconf.error.RPCSvrErrNotImpl(origmsg, **kwargs)¶ Bases:
netconf.error.RPCServerError
-
exception
netconf.error.RPCSvrException(origmsg, exception, **kwargs)¶ Bases:
netconf.error.RPCServerError
-
exception
netconf.error.RPCSvrInvalidValue(origmsg, **kwargs)¶ Bases:
netconf.error.RPCServerError
-
exception
netconf.error.RPCSvrMissingElement(origmsg, tag, **kwargs)¶ Bases:
netconf.error.RPCServerError
-
exception
netconf.error.RPCSvrUnknownElement(origmsg, element, **kwargs)¶ Bases:
netconf.error.RPCServerError
-
exception
netconf.error.ReplyTimeoutError¶
-
exception
netconf.error.SessionError¶
-
netconf.error.TimeoutError¶ alias of
ReplyTimeoutError