public interface Error
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module pcep-session-stats
grouping error {
leaf error-type {
type error-type;
}
leaf error-value {
type error-value;
}
}
The schema path to identify an instance is
pcep-session-stats/error| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Short |
getErrorType() |
Short |
getErrorValue() |
Copyright © 2018 OpenDaylight. All rights reserved.