Module TINAScsCommonTypes

Contains common types in the service components specification that are not defined in Ret.



Exception Index

e_IdentifierError
e_PartyIdError
e_PartyIdListError
e_PartySessionError
e_PartyTypeError
e_ProviderSessionError
e_UserIdError

Struct Index

t_PartyIdListHandler

Enum Index

t_IdentifierErrorCode
t_PartyIdErrorCode
t_PartyIdListErrorCode
t_PartyIdListOptions
t_PartySessionErrorCode
t_PartyTypeErrorCode
t_ProviderSessionErrorCode
t_UserIdErrorCode

Structs

t_PartyIdListHandler
struct t_PartyIdListHandler
{
    TINACommonTypes::t_PartyIdList forPartIds;
    t_PartyIdListOptions handlerOption;
};

Exceptions

e_IdentifierError
exception e_IdentifierError
{
    t_IdentifierErrorCode IdError;
};
e_PartyIdError
exception e_PartyIdError
{
    t_PartyIdErrorCode idErrorCode;
};
e_PartyIdListError
exception e_PartyIdListError
{
    t_PartyIdListErrorCode listErrorCode;
};
e_PartySessionError
exception e_PartySessionError
{
    t_PartySessionErrorCode partySErrorCode;
};
e_PartyTypeError
exception e_PartyTypeError
{
    t_PartyTypeErrorCode typeErrorCode;
};
e_ProviderSessionError
exception e_ProviderSessionError
{
    t_ProviderSessionErrorCode provSErrorCode;
};
e_UserIdError
exception e_UserIdError
{
    t_UserIdErrorCode UserIdError;
};

Enums

t_IdentifierErrorCode
enum t_IdentifierErrorCode
{
    GlobalSessionIdUnknown,
    PartyIdUnknown
};
t_PartyIdErrorCode
enum t_PartyIdErrorCode
{
    invalidPartyId
};
t_PartyIdListErrorCode
enum t_PartyIdListErrorCode
{
    NullList,
    InvalidPartyIds
};
t_PartyIdListOptions
enum t_PartyIdListOptions
{
    OnlyListedIds,
    FirstListedId,
    AllIdsIgnoreList
};
t_PartySessionErrorCode
enum t_PartySessionErrorCode
{
    UnknownError,
    OpNotSupported
};
t_PartyTypeErrorCode
enum t_PartyTypeErrorCode
{
    invalidPartyType
};
t_ProviderSessionErrorCode
enum t_ProviderSessionErrorCode
{
    UnknownUsageError,
    UsageNotAllowed,
    UsageNotAccepted,
    UsageOpNotSupported,
    PartySuspended
};
t_UserIdErrorCode
enum t_UserIdErrorCode
{
    userIdUnknown
};

Generated by the OmniBroker IDL-to-HTML translator (non-commercial)