exception e_PaSBPartyExeError
{
t_PaSBPartyExeErrors errorCode;
TINACommonTypes::t_ElementId problemEl;
};
exception e_PaSBPartySetupError
{
t_PaSBPartySetupErrors errorCode;
TINACommonTypes::t_ElementId problemEl;
};
enum t_PaSBPartyExeErrors
{
PaSBPartyExe_InvalidSBId,
PaSBPartyExe_InvalidSBOp,
PaSBPartyExe_CannotComply,
PaSBPartyExe_InvalidState
};
enum t_PaSBPartySetupErrors
{
PaSBPartySetup_InvalidSBId,
PaSBPartySetup_InvalidSBOp,
PaSBPartySetup_UnknownSBType,
PaSBPartySetup_UnknownMediaType,
PaSBPartySetup_IncompatibleParameters,
PaSBPartySetup_UnknownCritieria,
PaSBPartySetup_InvalidCriteria,
PaSBPartySetup_UnsupportedCritieria,
PaSBPartySetup_QoSCannotBeMet,
PaSBPartySetup_InsufficientResources
};
Generated by the OmniBroker IDL-to-HTML translator (non-commercial)