The netconf.error Module¶
-
exception
netconf.error.AccessDeniedAppError(origmsg, **kwargs)¶ Bases:
netconf.error._AccessDeniedError
-
exception
netconf.error.AccessDeniedProtoError(origmsg, **kwargs)¶ Bases:
netconf.error._AccessDeniedError
-
exception
netconf.error.BadAttributeAppError(origmsg, element, attribute, **kwargs)¶ Bases:
netconf.error._BadAttributeError
-
exception
netconf.error.BadAttributeProtoError(origmsg, element, attribute, **kwargs)¶ Bases:
netconf.error._BadAttributeError
-
exception
netconf.error.BadAttributeRPCError(origmsg, element, attribute, **kwargs)¶ Bases:
netconf.error._BadAttributeError
-
exception
netconf.error.BadElementAppError(origmsg, element, **kwargs)¶ Bases:
netconf.error._BadElementError
-
exception
netconf.error.BadElementProtoError(origmsg, element, **kwargs)¶ Bases:
netconf.error._BadElementError
-
exception
netconf.error.ChannelClosed¶
-
exception
netconf.error.DataExistsAppError(origmsg, **kwargs)¶ Bases:
netconf.error.RPCServerError
-
exception
netconf.error.DataMissingAppError(origmsg, **kwargs)¶ Bases:
netconf.error.RPCServerError
-
exception
netconf.error.FramingError¶
-
exception
netconf.error.InvalidValueAppError(origmsg, **kwargs)¶ Bases:
netconf.error._InvalidValueError
-
exception
netconf.error.InvalidValueProtoError(origmsg, **kwargs)¶ Bases:
netconf.error._InvalidValueError
-
exception
netconf.error.LockDeniedProtoError(origmsg, session_id, **kwargs)¶ Bases:
netconf.error.RPCServerError
-
exception
netconf.error.MalformedMessageRPCError(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.MissingAttributeAppError(origmsg, element, attribute, **kwargs)¶ Bases:
netconf.error._MissingAttributeError
-
exception
netconf.error.MissingAttributeProtoError(origmsg, element, attribute, **kwargs)¶ Bases:
netconf.error._MissingAttributeError
-
exception
netconf.error.MissingAttributeRPCError(origmsg, element, attribute, **kwargs)¶ Bases:
netconf.error._MissingAttributeError
-
exception
netconf.error.MissingElementAppError(origmsg, tag, **kwargs)¶ Bases:
netconf.error._MissingElementError
-
exception
netconf.error.MissingElementProtoError(origmsg, tag, **kwargs)¶ Bases:
netconf.error._MissingElementError
-
exception
netconf.error.NetconfError(output, tree, error)¶ Bases:
netconf.error.NetconfException-
get_error_info()¶
-
get_error_severity()¶
-
get_error_tag()¶
-
get_error_type()¶
-
-
exception
netconf.error.NetconfException¶ Bases:
Exception
-
exception
netconf.error.OperationFailedAppError(origmsg, etype, **kwargs)¶ Bases:
netconf.error._OperationFailedError
-
exception
netconf.error.OperationFailedProtoError(origmsg, **kwargs)¶ Bases:
netconf.error._OperationFailedError
-
exception
netconf.error.OperationFailedRPCError(origmsg, **kwargs)¶ Bases:
netconf.error._OperationFailedError
-
exception
netconf.error.OperationNotSupportedAppError(origmsg, **kwargs)¶ Bases:
netconf.error._OperationNotSupportedError
-
exception
netconf.error.OperationNotSupportedProtoError(origmsg, **kwargs)¶ Bases:
netconf.error._OperationNotSupportedError
-
netconf.error.RPCError¶ alias of
netconf.error.NetconfError
-
exception
netconf.error.RPCServerError(origmsg, etype, tag, **kwargs)¶ Bases:
netconf.error.NetconfException-
get_reply_msg()¶
-
-
netconf.error.RPCSvrBadElement¶ alias of
netconf.error.BadElementAppError
-
netconf.error.RPCSvrErrBadMsg¶
-
netconf.error.RPCSvrErrNotImpl¶
-
exception
netconf.error.RPCSvrException(origmsg, exception, **kwargs)¶ Bases:
netconf.error.RPCServerError
-
netconf.error.RPCSvrInvalidValue¶ alias of
netconf.error.InvalidValueProtoError
-
netconf.error.RPCSvrMissingElement¶ alias of
netconf.error.MissingElementAppError
-
netconf.error.RPCSvrUnknownElement¶ alias of
netconf.error.UnknownElementAppError
-
exception
netconf.error.ReplyTimeoutError¶
-
exception
netconf.error.ResourceDeniedAppError(origmsg, **kwargs)¶ Bases:
netconf.error._ResourceDeniedError
-
exception
netconf.error.ResourceDeniedProtoError(origmsg, **kwargs)¶ Bases:
netconf.error._ResourceDeniedError
-
exception
netconf.error.ResourceDeniedRPCError(origmsg, **kwargs)¶ Bases:
netconf.error._ResourceDeniedError
-
exception
netconf.error.ResourceDeniedTransportError(origmsg, **kwargs)¶ Bases:
netconf.error._ResourceDeniedError
-
exception
netconf.error.RollbackFailedAppError(origmsg, **kwargs)¶ Bases:
netconf.error._RollbackFailedError
-
exception
netconf.error.RollbackFailedProtoError(origmsg, **kwargs)¶ Bases:
netconf.error._RollbackFailedError
-
exception
netconf.error.SessionError¶
-
netconf.error.TimeoutError¶ alias of
netconf.error.ReplyTimeoutError
-
exception
netconf.error.TooBigAppError(origmsg, **kwargs)¶ Bases:
netconf.error._TooBigError
-
exception
netconf.error.TooBigProtoError(origmsg, **kwargs)¶ Bases:
netconf.error._TooBigError
-
exception
netconf.error.TooBigRPCError(origmsg, **kwargs)¶ Bases:
netconf.error._TooBigError
-
exception
netconf.error.TooBigTransportError(origmsg, **kwargs)¶ Bases:
netconf.error._TooBigError
-
exception
netconf.error.UnknownAttributeAppError(origmsg, element, attribute, etype, **kwargs)¶ Bases:
netconf.error._UnknownAttributeError
-
exception
netconf.error.UnknownAttributeProtoError(origmsg, element, attribute, etype, **kwargs)¶ Bases:
netconf.error._UnknownAttributeError
-
exception
netconf.error.UnknownAttributeRPCError(origmsg, element, attribute, etype, **kwargs)¶ Bases:
netconf.error._UnknownAttributeError
-
exception
netconf.error.UnknownElementAppError(origmsg, element, **kwargs)¶ Bases:
netconf.error._UnknownElementError
-
exception
netconf.error.UnknownElementProtoError(origmsg, element, **kwargs)¶ Bases:
netconf.error._UnknownElementError
-
exception
netconf.error.UnknownNamespaceAppError(origmsg, element, etype, **kwargs)¶ Bases:
netconf.error._UnknownNamespaceError
-
exception
netconf.error.UnknownNamespaceProtoError(origmsg, element, etype, **kwargs)¶ Bases:
netconf.error._UnknownNamespaceError