Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi Team,
I'm writing a python action that create some data models and I want to log all the errors that will occurs when applying the transaction.
For example I have in my YANG data model two mandatory leafs:
leaf Leaf-X {
type string;
mandatory tr...