exception e_UMLogOperation
{
t_UMLogOperation error;
string reason;
};
exception e_X721operation
{
t_X721error error;
string reason;
};
exception e_unsupportedAttributeName
{
CORBA::NVList errorList;
};
exception e_unsupportedAttributeValue
{
CORBA::NVList errorList;
};
enum t_UMLogOperation
{
cannotStore,
cannotGetUserLogEntries,
cannotRemoveUserLogEntries,
cannotGetSessionLogEntries,
unknownUserId,
invalidLoggingPeriod,
logBusy,
unknownSessionId
};
enum t_X721error
{
cannotStart,
cannotStop,
cannotSuspend,
cannotResume
};
Generated by the OmniBroker IDL-to-HTML translator (non-commercial)