Uses of Enum Class
org.opendaylight.protocol.pcep.spi.PCEPErrors
Package
Description
-
Uses of PCEPErrors in org.opendaylight.bgpcep.pcep.server.provider
Modifier and TypeMethodDescriptionstatic Pcerr
MessagesUtil.createErrorMsg
(@NonNull PCEPErrors pcepErrors, org.opendaylight.yangtools.yang.common.Uint32 reqID) -
Uses of PCEPErrors in org.opendaylight.protocol.pcep.impl.spi
Modifier and TypeMethodDescriptionstatic Pcerr
Util.createErrorMessage
(PCEPErrors error, Open openObject) -
Uses of PCEPErrors in org.opendaylight.protocol.pcep.pcc.mock.spi
Modifier and TypeMethodDescriptionstatic Pcerr
MsgBuilderUtil.createErrorMsg
(@NonNull PCEPErrors pcepErrors, long srpId) static Pcerr
MsgBuilderUtil.createErrorMsg
(@NonNull PCEPErrors pcepErrors, org.opendaylight.yangtools.yang.common.Uint32 srpId) -
Uses of PCEPErrors in org.opendaylight.protocol.pcep.spi
Modifier and TypeMethodDescriptionstatic PCEPErrors
PCEPErrors.forValue
(org.opendaylight.yangtools.yang.common.Uint8 errorType, org.opendaylight.yangtools.yang.common.Uint8 errorValue) UnknownObject.getError()
static PCEPErrors
Returns the enum constant of this class with the specified name.static PCEPErrors[]
PCEPErrors.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Message
AbstractMessageParser.createErrorMsg
(PCEPErrors err, Optional<Rp> optRp) ModifierConstructorDescriptionUnknownObject
(PCEPErrors error) UnknownObject
(PCEPErrors error, Object invalidObject)