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 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 PCEPErrors Modifier and Type Method Description static 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 PCEPErrors Modifier and Type Method Description static 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 PCEPErrors Modifier and Type Method Description static PCEPErrors
PCEPErrors. forValue(org.opendaylight.yangtools.yang.common.Uint8 errorType, org.opendaylight.yangtools.yang.common.Uint8 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.Methods in org.opendaylight.protocol.pcep.spi with parameters of type PCEPErrors Modifier and Type Method Description static Message
AbstractMessageParser. 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)
-