exception e_AmcObject
{
t_AmcObject_error error;
string reason;
};
enum t_AmcObject_error
{
cannotStart,
cannotStop,
cannotSuspend,
cannotResume,
cannotSetState,
unknownState,
cannotSetAccountingCycle,
accountingCycleTooShort,
cannotSuspendNotification,
cannotResumeNotification,
cannotFlushNotification,
cannotSetVerbosityLevel,
cannotSetNotificationDestination,
unknownNotificationDestination,
invalidSessionId,
invalidServiceTransactionId,
cannotResetNotificationDestination,
cannotResetAllNotificationDestination
};
Generated by the OmniBroker IDL-to-HTML translator (non-commercial)