Uses of Enum Class
org.opendaylight.protocol.pcep.spi.PCEPErrors
Packages that use PCEPErrors
Package
Description
-
Uses of PCEPErrors in org.opendaylight.bgpcep.pcep.server.provider
Methods in org.opendaylight.bgpcep.pcep.server.provider with parameters of type PCEPErrorsModifier 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
Methods in org.opendaylight.protocol.pcep.impl.spi with parameters of type PCEPErrorsModifier and TypeMethodDescriptionstatic Pcerr
Util.createErrorMessage
(PCEPErrors error, Open openObject) -
Uses of PCEPErrors in org.opendaylight.protocol.pcep.pcc.mock.spi
Methods in org.opendaylight.protocol.pcep.pcc.mock.spi with parameters of type PCEPErrorsModifier 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
Methods in org.opendaylight.protocol.pcep.spi that return PCEPErrorsModifier 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.Methods in org.opendaylight.protocol.pcep.spi with parameters of type PCEPErrorsModifier and TypeMethodDescriptionstatic Message
AbstractMessageParser.createErrorMsg
(PCEPErrors err, Optional<Rp> optRp) Constructors in org.opendaylight.protocol.pcep.spi with parameters of type PCEPErrorsModifierConstructorDescriptionUnknownObject
(PCEPErrors error) UnknownObject
(PCEPErrors error, Object invalidObject)