exception e_NoSynchronousReqResp
{
TINAStreamCommonTypes::t_RequestId reqId;
};
exception e_PaSBOperationError
{
t_PaSBOperationErrors errorCode;
TINACommonTypes::t_ElementId problemEl;
};
exception e_PaSBQueryError
{
t_PaSBQueryErrors errorCode;
TINACommonTypes::t_ElementId problemEl;
};
exception e_PaSBSetupError
{
t_PaSBSetupErrors errorCode;
TINACommonTypes::t_ElementId problemEl;
};
enum t_PaSBOperationErrors
{
PaSBOper_InvalidSBId,
PaSBOper_InvalidSBOp,
PaSBOper_InvalidParticipantId,
PaSBOper_SuspendedParticipant,
PaSBOper_CriteriaNotMet,
PaSBOper_CommsNotAvailable,
PaSBOper_InsufficientResources,
PaSBOper_CommunicationFailure
};
enum t_PaSBQueryErrors
{
PaSBQuery_InvalidSBId,
PaSBQuery_InvalidSBOp,
PaSBQuery_InvalidElementId,
PaSBQuery_UnknownMediaType,
PaSBQuery_IncompatibleParameters,
PaSBQuery_SuspendedParticipant
};
enum t_PaSBSetupErrors
{
PaSBSetup_InvalidSBId,
PaSBSetup_InvalidSBOp,
PaSBSetup_UnknownSBType,
PaSBSetup_UnknownMediaType,
PaSBSetup_IncompatibleParameters,
PaSBSetup_InvalidParticipantId,
PaSBSetup_UnknownParticipantType,
PaSBSetup_SuspendedParticipant,
PaSBSetup_UnknownCritieria,
PaSBSetup_InvalidCriteria,
PaSBSetup_UnsupportedCritieria,
PaSBSetup_CriteriaNotMet,
PaSBSetup_CommsNotAvailable,
PaSBSetup_InsuffisicentBandwidth,
PaSBSetup_QoSCannotBeMet,
PaSBSetup_InsufficientResources,
PaSBSetup_NoPathFound,
PaSBSetup_UnknownSFEP,
PaSBSetup_UnknownRFEP
};
Generated by the OmniBroker IDL-to-HTML translator (non-commercial)