Interface YangNetconfErrorAware
-
- All Known Implementing Classes:
RequiredElementCountException
,UniqueConstraintException
,YangInvalidValueException
@Beta @NonNullByDefault public interface YangNetconfErrorAware
Interface exposed from objects which have some association withYangNetconfError
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<YangNetconfError>
getNetconfErrors()
Return theYangNetconfError
s associated with this objects.
-
-
-
Method Detail
-
getNetconfErrors
List<YangNetconfError> getNetconfErrors()
Return theYangNetconfError
s associated with this objects.- Returns:
- Associated YangNetconfErrors
-
-