| Package | Description | 
|---|---|
| org.opendaylight.protocol.pcep.impl.spi | |
| org.opendaylight.protocol.pcep.pcc.mock.spi | |
| org.opendaylight.protocol.pcep.spi | 
| Modifier and Type | Method and Description | 
|---|---|
static Message | 
Util.createErrorMessage(PCEPErrors e,
                  Open t)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Pcerr | 
MsgBuilderUtil.createErrorMsg(@NonNull PCEPErrors pcepErrors,
              long srpId)  | 
| Modifier and Type | Method and Description | 
|---|---|
static PCEPErrors | 
PCEPErrors.forValue(short errorType,
        short errorValue)  | 
PCEPErrors | 
UnknownObject.getError()  | 
static PCEPErrors | 
PCEPErrors.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static PCEPErrors[] | 
PCEPErrors.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Message | 
AbstractMessageParser.createErrorMsg(PCEPErrors err,
              Optional<Rp> rp)  | 
| Constructor and Description | 
|---|
UnknownObject(PCEPErrors error)  | 
UnknownObject(PCEPErrors error,
             Object invalidObject)  | 
Copyright © 2020 OpenDaylight. All rights reserved.