Error of ACS::acsncErrType

Generated scanning the basedir /alma/ACS-8.0/ACSSW/
Generated at Thu Apr 30 03:23:08 2009


Error name:acsncErrType
Error code: 38
The error is defined in: /alma/ACS-8.0/ACSSW/idl/acsncErrType.xml
IDL
File name:acsncErrType.idl
Module:acsncErrType
C++
Include file name:#include <acsncErrType.h>
Namespace:using namespace acsncErrType;
Exception for type:acsncErrType::acsncErrTypeExImpl
Library file name:libacsncErrType.so
libacsncErrType.a
Python
Python imports:import acsncErrTypeImpl
Java
Jar file name:acsncErrType.jar
Packages:import alma.acsncErrType.*;
import alma.acsncErrType.wrapper.*;
Exception for type:alma.acsncErrType.acsncErrTypeEx
Exception for type (wrapper):alma.acsncErrType.wrapper.AcsJacsncErrTypeEx

Errors

WrongEventReceived

Short descriptionWrong Event Received
DescriptionWrong type of Event has been received
Members
NameTypeDescription
ExpectedEvent string Expected type of Event
ReceivedEvent string Received type of Event
IDL
File name:acsncErrType.idl
Module:acsncErrType
Error code:WrongEventReceived
Exception:WrongEventReceivedEx
C++
Include file name:#include <acsncErrType.h>
Namespace:using namespace acsncErrType;
Exception for error:acsncErrType::WrongEventReceivedExImpl
Completion:acsncErrType::WrongEventReceivedCompletion
Library file name:libacsncErrType.so
libacsncErrType.a
Python
Imports:import acsncErrTypeImpl
Raise a local exception:raise acsncErrTypeImpl.WrongEventReceivedExImpl()
Catch exception:except acsncErrTypeImpl.WrongEventReceivedEx, e:
Java
Jar file name:acsncErrType.jar
Packages:import alma.acsncErrType.*;
import alma.acsncErrType.wrapper.*;
Exception for error:alma.acsncErrType.WrongEventReceivedEx
Exception for error (wrapper):alma.acsncErrType.wrapper.AcsJWrongEventReceivedEx

EventSubscriptionFailure

Short descriptionSubscription failure
DescriptionFailed to subscribe to one or more events on a given channel
Members
NameTypeDescription
EventName string Event name for which subscription failed. Use '*' if the subscription attempt was for all events.
ChannelName string Channel on which subscription failed.
IDL
File name:acsncErrType.idl
Module:acsncErrType
Error code:EventSubscriptionFailure
Exception:EventSubscriptionFailureEx
C++
Include file name:#include <acsncErrType.h>
Namespace:using namespace acsncErrType;
Exception for error:acsncErrType::EventSubscriptionFailureExImpl
Completion:acsncErrType::EventSubscriptionFailureCompletion
Library file name:libacsncErrType.so
libacsncErrType.a
Python
Imports:import acsncErrTypeImpl
Raise a local exception:raise acsncErrTypeImpl.EventSubscriptionFailureExImpl()
Catch exception:except acsncErrTypeImpl.EventSubscriptionFailureEx, e:
Java
Jar file name:acsncErrType.jar
Packages:import alma.acsncErrType.*;
import alma.acsncErrType.wrapper.*;
Exception for error:alma.acsncErrType.EventSubscriptionFailureEx
Exception for error (wrapper):alma.acsncErrType.wrapper.AcsJEventSubscriptionFailureEx

PublishEventFailure

Short descriptionPublishEvent failure
DescriptionAn event could not be published
Members
NameTypeDescription
EventName string Name of the event that could not be sent.
ChannelName string Channel on which publish event failed.
IDL
File name:acsncErrType.idl
Module:acsncErrType
Error code:PublishEventFailure
Exception:PublishEventFailureEx
C++
Include file name:#include <acsncErrType.h>
Namespace:using namespace acsncErrType;
Exception for error:acsncErrType::PublishEventFailureExImpl
Completion:acsncErrType::PublishEventFailureCompletion
Library file name:libacsncErrType.so
libacsncErrType.a
Python
Imports:import acsncErrTypeImpl
Raise a local exception:raise acsncErrTypeImpl.PublishEventFailureExImpl()
Catch exception:except acsncErrTypeImpl.PublishEventFailureEx, e:
Java
Jar file name:acsncErrType.jar
Packages:import alma.acsncErrType.*;
import alma.acsncErrType.wrapper.*;
Exception for error:alma.acsncErrType.PublishEventFailureEx
Exception for error (wrapper):alma.acsncErrType.wrapper.AcsJPublishEventFailureEx

Codes

No codes defined

XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<Type xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
	xmlns="Alma/ACSError"
	xsi:schemaLocation="Alma/ACSError ACSError.xsd"
	name="acsncErrType"
	type="38"
	_prefix="alma">

	<ErrorCode name="WrongEventReceived"
		shortDescription="Wrong Event Received"
		description="Wrong type of Event has been received">
		<Member name="ExpectedEvent"
			type="string"
			description="Expected type of Event"/>
		<Member name="ReceivedEvent"
			type="string"
			description="Received type of Event"/>
	</ErrorCode>
	
	<ErrorCode name="EventSubscriptionFailure"
		shortDescription="Subscription failure"
		description="Failed to subscribe to one or more events on a given channel">
		<Member name="EventName"
			type="string"
			description="Event name for which subscription failed. Use '*' if the subscription attempt was for all events."/>
		<Member name="ChannelName"
			type="string"
			description="Channel on which subscription failed."/>
	</ErrorCode>
	
	<ErrorCode name="PublishEventFailure"
		shortDescription="PublishEvent failure"
		description="An event could not be published">
		<Member name="EventName"
			type="string"
			description="Name of the event that could not be sent."/>
		<Member name="ChannelName"
			type="string"
			description="Channel on which publish event failed."/>
	</ErrorCode>
</Type>


Info and errors

The number is in the corrrect range

The error is not duplicated



Subsystem scanned in 1.185 seconds.