Executor Service¶
-
class
ydk.services.
ExecutorService
¶ Provides the functionality to execute RPCs
-
execute_rpc
(self, provider, rpc_entity, top_entity=None)¶ Create the entity
Parameters: Returns: An instance of
Entity
when provided top_entity or None otherwiseRaises: YServiceProviderError
, if an error has occurred.Possible Errors:
- a server side error
- there isn’t enough information in the entity to prepare the message (eg. missing keys)
-