Interface YangNetconfErrorAware
- All Known Implementing Classes:
NormalizationException
,RequiredElementCountException
,UniqueConstraintException
,YangInvalidValueException
Interface exposed from objects which have some association with
YangNetconfError
.-
Method Summary
-
Method Details
-
getNetconfErrors
List<YangNetconfError> getNetconfErrors()Return theYangNetconfError
s associated with this objects.- Returns:
- Associated YangNetconfErrors
-