Contains common types in the service components specification that are not defined in Ret.
struct t_PartyIdListHandler
{
TINACommonTypes::t_PartyIdList forPartIds;
t_PartyIdListOptions handlerOption;
};
exception e_IdentifierError
{
t_IdentifierErrorCode IdError;
};
exception e_PartyIdError
{
t_PartyIdErrorCode idErrorCode;
};
exception e_PartyIdListError
{
t_PartyIdListErrorCode listErrorCode;
};
exception e_PartySessionError
{
t_PartySessionErrorCode partySErrorCode;
};
exception e_PartyTypeError
{
t_PartyTypeErrorCode typeErrorCode;
};
exception e_ProviderSessionError
{
t_ProviderSessionErrorCode provSErrorCode;
};
exception e_UserIdError
{
t_UserIdErrorCode UserIdError;
};
enum t_IdentifierErrorCode
{
GlobalSessionIdUnknown,
PartyIdUnknown
};
enum t_PartyIdErrorCode
{
invalidPartyId
};
enum t_PartyIdListErrorCode
{
NullList,
InvalidPartyIds
};
enum t_PartyIdListOptions
{
OnlyListedIds,
FirstListedId,
AllIdsIgnoreList
};
enum t_PartySessionErrorCode
{
UnknownError,
OpNotSupported
};
enum t_PartyTypeErrorCode
{
invalidPartyType
};
enum t_ProviderSessionErrorCode
{
UnknownUsageError,
UsageNotAllowed,
UsageNotAccepted,
UsageOpNotSupported,
PartySuspended
};
enum t_UserIdErrorCode
{
userIdUnknown
};
Generated by the OmniBroker IDL-to-HTML translator (non-commercial)