The netconf.error Module

exception netconf.error.ChannelClosed

Bases: netconf.error.NetconfException

exception netconf.error.FramingError

Bases: netconf.error.NetconfException

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.RPCServerError

If 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

Bases: netconf.error.NetconfException

exception netconf.error.SessionError

Bases: netconf.error.NetconfException

netconf.error.TimeoutError

alias of ReplyTimeoutError