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 PcerrMessagesUtil.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 PcerrUtil.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 PcerrMsgBuilderUtil.createErrorMsg(@NonNull PCEPErrors pcepErrors, long srpId) static PcerrMsgBuilderUtil.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 PCEPErrorsPCEPErrors.forValue(org.opendaylight.yangtools.yang.common.Uint8 errorType, org.opendaylight.yangtools.yang.common.Uint8 errorValue) UnknownObject.getError()static PCEPErrorsReturns 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 MessageAbstractMessageParser.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)