public abstract class TooManyInstructions extends SubmitFailure
This class represents the following YANG schema fragment defined in module programming
identity too-many-instructions {
base "()IdentityEffectiveStatementImpl{qname=(urn:opendaylight:params:xml:ns:yang:programming?revision=2015-07-20)submit-failure, path=AbsoluteSchemaPath{path=[(urn:opendaylight:params:xml:ns:yang:programming?revision=2015-07-20)submit-failure]}}";
description
"Instruction queue size exceeded.";
status CURRENT;
}
The schema path to identify an instance is
programming/too-many-instructions| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Constructor and Description |
|---|
TooManyInstructions() |
Copyright © 2017 OpenDaylight. All rights reserved.