Uses of Class
org.opendaylight.protocol.pcep.spi.PCEPErrors
-
-
Uses of PCEPErrors in org.opendaylight.bgpcep.pcep.server.provider
Methods in org.opendaylight.bgpcep.pcep.server.provider with parameters of type PCEPErrors Modifier and Type Method Description static 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 PCEPErrors Modifier and Type Method Description static 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 PCEPErrors Modifier and Type Method Description static 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 PCEPErrors Modifier and Type Method Description static PCEPErrorsPCEPErrors. forValue(org.opendaylight.yangtools.yang.common.Uint8 errorType, org.opendaylight.yangtools.yang.common.Uint8 errorValue)PCEPErrorsUnknownObject. getError()static PCEPErrorsPCEPErrors. 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.Methods in org.opendaylight.protocol.pcep.spi with parameters of type PCEPErrors Modifier and Type Method Description static MessageAbstractMessageParser. createErrorMsg(PCEPErrors err, Optional<Rp> rp)Constructors in org.opendaylight.protocol.pcep.spi with parameters of type PCEPErrors Constructor Description UnknownObject(PCEPErrors error)UnknownObject(PCEPErrors error, Object invalidObject)
-