struct t_UserCtxtNameASId
{
TINACommonTypes::t_UserCtxtName name;
TINAAccessCommonTypes::t_AccessSessionId accessSession;
};
exception e_ContactNotPossible
{
t_ContactNotPossibleErrorCode errorCode;
};
exception e_InvitationsOutsideAccessSessionError
{
t_InvitationsOutsideAccessSessionErrorCode errorCode;
TINACommonTypes::t_UserCtxtName ctxtName;
};
exception e_ProviderPropertiesError
{
TINACommonTypes::t_PropertyErrorStruct propertyError;
};
enum t_ContactNotPossibleErrorCode
{
InvalidProviderId
};
enum t_InvitationsOutsideAccessSessionErrorCode
{
InvitationIRNotAvailableForUserCtxt
};
typedef TINACommonTypes::t_PropertyList t_ProviderProperties;
typedef sequence<t_UserCtxtNameASId> t_UserCtxtNameASIdList;
Generated by the OmniBroker IDL-to-HTML translator (non-commercial)