pyang
pyang copied to clipboard
Effects of errors on schema
Do any of these errors impact derivation of XPaths? e.g. if I supply a --hello and some of the nodes throw these errors, is there potential for there to be "missing" data from the schema when it's output?
- [ ]
PATTERN_ERROR - [ ]
TYPE_VALUE - [ ]
XPATH_SYNTAX_ERROR - [ ]
LEAFREF_IDENTIFIER_NOT_FOUND - [ ]
BAD_STATUS_REFERENCE - [ ]
NODE_NOT_FOUND - [ ]
DUPLICATE_CHILD_NAME - [ ]
GROUPING_NOT_FOUND
Sorry, I don't understand.
I'm trying to determine if any of these errors would indicate the "schema" being "broken". For instance - if I have a YANG module containing XPath /a/b/c/d and any of these errors were encountered during the parsing of that YANG module, for instance at node /a/b/c - would c, and/or child nodes such as d, not be parsed/presented?