ydk::path¶
Data Structures¶
Enumerations¶
ValidationError¶
ValidationError
| enumerator | documentation
|
| SUCCESS | No error
|
| SCHEMA_NOT_FOUND | Entity’s schema node is not found
|
| INVALID_USE_OF_SCHEMA | If element cannot have children as per schema (leaf, leaf-list, anyxml)
|
| TOOMANY | Too many instances of some object
|
| DUPLEAFLIST | Multiple instances of leaf-list
|
| DUPLIST | Multiple instances of list
|
| NOUNIQ | Unique leaves match on 2 list instances (data)
|
| OBSDATA | Obsolete data instantiation (data)
|
| NORESOLV | No resolvents found for an expression (data)
|
| INELEM | Nvalid element (data)
|
| MISSELEM | Missing required element (data)
|
| INVAL | Invalid value of an element (data)
|
| INVALATTR | Invalid attribute value (data)
|
| INATTR | Invalid attribute in an element (data)
|
| MISSATTR | Missing attribute in an element (data)
|
| NOCONSTR | Value out of range/length/pattern (data)
|
| INCHAR | Unexpected characters (data)
|
| INPRED | Predicate resolution fail (data)
|
| MCASEDATA | Data for more cases of a choice (data)
|
| NOMUST | Unsatisfied must condition (data)
|
| NOWHEN | Unsatisfied when condition (data)
|
| INORDER | Invalid order of elements (data)
|
| INWHEN | Irresolvable when condition (data)
|
| NOMIN | Min-elements constraint not honored (data)
|
| NOMAX | Max-elements constraint not honored (data)
|
| NOREQINS | Required instance does not exits (data)
|
| NOLEAFREF | Leaf pointed to by leafref does not exist (data)
|
| NOMANDCHOICE | No mandatory choice case branch exists (data)
|
| INVALID_BOOL_VAL | Invalid boolean value
|
| INVALID_EMPTY_VAL | Invalid empty value
|
| INVALID_PATTERN | Pattern did not match
|
| INVALID_LENGTH | Length is invalid
|
| INVALID_IDENTITY | Invalid identity
|
| INVALID_ENUM | Invalid enumeration
|