Error of ACS::maciErrType

Generated scanning the basedir /alma/ACS-8.1/ACSSW/
Generated at Tue Mar 16 00:08:57 2010


Error name:maciErrType
Error code: 25
The error is defined in: /alma/ACS-8.1/ACSSW/idl/maciErrType.xml
IDL
File name:maciErrType.idl
Module:maciErrType
C++
Include file name:#include <maciErrType.h>
Namespace:using namespace maciErrType;
Exception for type:maciErrType::maciErrTypeExImpl
Library file name:libmaciErrType.so
libmaciErrType.a
Python
Python imports:import maciErrTypeImpl
Java
Jar file name:maciErrType.jar
Packages:import alma.maciErrType.*;
import alma.maciErrType.wrapper.*;
Exception for type:alma.maciErrType.maciErrTypeEx
Exception for type (wrapper):alma.maciErrType.wrapper.AcsJmaciErrTypeEx

Errors

ComponentCreation

Short descriptionError creating component
DescriptionError creating the component
Members
NameTypeDescription
CURL string CURL/Name of the component.
Reason string Detailed explanation of failure (Optional)
IDL
File name:maciErrType.idl
Module:maciErrType
Error code:ComponentCreation
Exception:ComponentCreationEx
C++
Include file name:#include <maciErrType.h>
Namespace:using namespace maciErrType;
Exception for error:maciErrType::ComponentCreationExImpl
Completion:maciErrType::ComponentCreationCompletion
Library file name:libmaciErrType.so
libmaciErrType.a
Python
Imports:import maciErrTypeImpl
Raise a local exception:raise maciErrTypeImpl.ComponentCreationExImpl()
Catch exception:except maciErrTypeImpl.ComponentCreationEx, e:
Java
Jar file name:maciErrType.jar
Packages:import alma.maciErrType.*;
import alma.maciErrType.wrapper.*;
Exception for error:alma.maciErrType.ComponentCreationEx
Exception for error (wrapper):alma.maciErrType.wrapper.AcsJComponentCreationEx

CannotGetComponent

Short descriptionError retrieving component
DescriptionError retrieving component
Members
NameTypeDescription
CURL string CURL/Name of the component.
Reason string Detailed explanation of failure (Optional)
IDL
File name:maciErrType.idl
Module:maciErrType
Error code:CannotGetComponent
Exception:CannotGetComponentEx
C++
Include file name:#include <maciErrType.h>
Namespace:using namespace maciErrType;
Exception for error:maciErrType::CannotGetComponentExImpl
Completion:maciErrType::CannotGetComponentCompletion
Library file name:libmaciErrType.so
libmaciErrType.a
Python
Imports:import maciErrTypeImpl
Raise a local exception:raise maciErrTypeImpl.CannotGetComponentExImpl()
Catch exception:except maciErrTypeImpl.CannotGetComponentEx, e:
Java
Jar file name:maciErrType.jar
Packages:import alma.maciErrType.*;
import alma.maciErrType.wrapper.*;
Exception for error:alma.maciErrType.CannotGetComponentEx
Exception for error (wrapper):alma.maciErrType.wrapper.AcsJCannotGetComponentEx

ComponentNotAlreadyActivated

Short descriptionThe requested Component had not been already activated at request time
DescriptionThe requested Component had not been already activated at request time. This was a precondition for the request to succeed
Members
NameTypeDescription
CURL string CURL/Name of the component.
IDL
File name:maciErrType.idl
Module:maciErrType
Error code:ComponentNotAlreadyActivated
Exception:ComponentNotAlreadyActivatedEx
C++
Include file name:#include <maciErrType.h>
Namespace:using namespace maciErrType;
Exception for error:maciErrType::ComponentNotAlreadyActivatedExImpl
Completion:maciErrType::ComponentNotAlreadyActivatedCompletion
Library file name:libmaciErrType.so
libmaciErrType.a
Python
Imports:import maciErrTypeImpl
Raise a local exception:raise maciErrTypeImpl.ComponentNotAlreadyActivatedExImpl()
Catch exception:except maciErrTypeImpl.ComponentNotAlreadyActivatedEx, e:
Java
Jar file name:maciErrType.jar
Packages:import alma.maciErrType.*;
import alma.maciErrType.wrapper.*;
Exception for error:alma.maciErrType.ComponentNotAlreadyActivatedEx
Exception for error (wrapper):alma.maciErrType.wrapper.AcsJComponentNotAlreadyActivatedEx

ComponentConfigurationNotFound

Short descriptionThe configuration for the requested Component could not be found
DescriptionThe configuration for the requested Component could not be found
Members
NameTypeDescription
CURL string CURL/Name of the component.
IDL
File name:maciErrType.idl
Module:maciErrType
Error code:ComponentConfigurationNotFound
Exception:ComponentConfigurationNotFoundEx
C++
Include file name:#include <maciErrType.h>
Namespace:using namespace maciErrType;
Exception for error:maciErrType::ComponentConfigurationNotFoundExImpl
Completion:maciErrType::ComponentConfigurationNotFoundCompletion
Library file name:libmaciErrType.so
libmaciErrType.a
Python
Imports:import maciErrTypeImpl
Raise a local exception:raise maciErrTypeImpl.ComponentConfigurationNotFoundExImpl()
Catch exception:except maciErrTypeImpl.ComponentConfigurationNotFoundEx, e:
Java
Jar file name:maciErrType.jar
Packages:import alma.maciErrType.*;
import alma.maciErrType.wrapper.*;
Exception for error:alma.maciErrType.ComponentConfigurationNotFoundEx
Exception for error (wrapper):alma.maciErrType.wrapper.AcsJComponentConfigurationNotFoundEx

IncompleteComponentSpec

Short descriptionThrown if the resulting structure is not complete.
DescriptionThrown if the resulting structure is not complete.
Members
NameTypeDescription
CURL string CURL/Name of the component.
ComponentType string IDL interface implemented by the component.
ComponentCode string Executable code for the component (e.g. DLL, Java class).
ContainerName string Container where the component is deployed.
Reason string Detailed explanation of failure (Optional)
IDL
File name:maciErrType.idl
Module:maciErrType
Error code:IncompleteComponentSpec
Exception:IncompleteComponentSpecEx
C++
Include file name:#include <maciErrType.h>
Namespace:using namespace maciErrType;
Exception for error:maciErrType::IncompleteComponentSpecExImpl
Completion:maciErrType::IncompleteComponentSpecCompletion
Library file name:libmaciErrType.so
libmaciErrType.a
Python
Imports:import maciErrTypeImpl
Raise a local exception:raise maciErrTypeImpl.IncompleteComponentSpecExImpl()
Catch exception:except maciErrTypeImpl.IncompleteComponentSpecEx, e:
Java
Jar file name:maciErrType.jar
Packages:import alma.maciErrType.*;
import alma.maciErrType.wrapper.*;
Exception for error:alma.maciErrType.IncompleteComponentSpecEx
Exception for error (wrapper):alma.maciErrType.wrapper.AcsJIncompleteComponentSpecEx

ComponentSpecIncompatibleWithActiveComponent

Short descriptionThrown if the resulting structure is incompatible with a component of the same name already active.
DescriptionThrown if the resulting structure is incompatible with a component of the same name already active. Additional data describes the active component
Members
NameTypeDescription
CURL string CURL/Name of the component.
ComponentType string IDL interface implemented by the component.
ComponentCode string Executable code for the component (e.g. DLL, Java class).
ContainerName string Container where the component is deployed.
Reason string Detailed explanation of failure (Optional)
IDL
File name:maciErrType.idl
Module:maciErrType
Error code:ComponentSpecIncompatibleWithActiveComponent
Exception:ComponentSpecIncompatibleWithActiveComponentEx
C++
Include file name:#include <maciErrType.h>
Namespace:using namespace maciErrType;
Exception for error:maciErrType::ComponentSpecIncompatibleWithActiveComponentExImpl
Completion:maciErrType::ComponentSpecIncompatibleWithActiveComponentCompletion
Library file name:libmaciErrType.so
libmaciErrType.a
Python
Imports:import maciErrTypeImpl
Raise a local exception:raise maciErrTypeImpl.ComponentSpecIncompatibleWithActiveComponentExImpl()
Catch exception:except maciErrTypeImpl.ComponentSpecIncompatibleWithActiveComponentEx, e:
Java
Jar file name:maciErrType.jar
Packages:import alma.maciErrType.*;
import alma.maciErrType.wrapper.*;
Exception for error:alma.maciErrType.ComponentSpecIncompatibleWithActiveComponentEx
Exception for error (wrapper):alma.maciErrType.wrapper.AcsJComponentSpecIncompatibleWithActiveComponentEx

InvalidComponentSpec

Short descriptionThrown if there is no valid dynamic component found for given resulting structure.
DescriptionThrown if there is no valid dynamic component found for given resulting structure.
Members
NameTypeDescription
Reason string Detailed explanation of failure (Optional)
IDL
File name:maciErrType.idl
Module:maciErrType
Error code:InvalidComponentSpec
Exception:InvalidComponentSpecEx
C++
Include file name:#include <maciErrType.h>
Namespace:using namespace maciErrType;
Exception for error:maciErrType::InvalidComponentSpecExImpl
Completion:maciErrType::InvalidComponentSpecCompletion
Library file name:libmaciErrType.so
libmaciErrType.a
Python
Imports:import maciErrTypeImpl
Raise a local exception:raise maciErrTypeImpl.InvalidComponentSpecExImpl()
Catch exception:except maciErrTypeImpl.InvalidComponentSpecEx, e:
Java
Jar file name:maciErrType.jar
Packages:import alma.maciErrType.*;
import alma.maciErrType.wrapper.*;
Exception for error:alma.maciErrType.InvalidComponentSpecEx
Exception for error (wrapper):alma.maciErrType.wrapper.AcsJInvalidComponentSpecEx

NoDefaultComponent

Short descriptionThrown if no default component is found.
DescriptionThrown if no default component is found.
Members
NameTypeDescription
IDLType string The requested IDL type of the default component.
IDL
File name:maciErrType.idl
Module:maciErrType
Error code:NoDefaultComponent
Exception:NoDefaultComponentEx
C++
Include file name:#include <maciErrType.h>
Namespace:using namespace maciErrType;
Exception for error:maciErrType::NoDefaultComponentExImpl
Completion:maciErrType::NoDefaultComponentCompletion
Library file name:libmaciErrType.so
libmaciErrType.a
Python
Imports:import maciErrTypeImpl
Raise a local exception:raise maciErrTypeImpl.NoDefaultComponentExImpl()
Catch exception:except maciErrTypeImpl.NoDefaultComponentEx, e:
Java
Jar file name:maciErrType.jar
Packages:import alma.maciErrType.*;
import alma.maciErrType.wrapper.*;
Exception for error:alma.maciErrType.NoDefaultComponentEx
Exception for error (wrapper):alma.maciErrType.wrapper.AcsJNoDefaultComponentEx

CannotGetService

Short descriptionError retrieving service
DescriptionError retrieving service
Members
NameTypeDescription
CURL string CURL/Name of the sevice.
IDL
File name:maciErrType.idl
Module:maciErrType
Error code:CannotGetService
Exception:CannotGetServiceEx
C++
Include file name:#include <maciErrType.h>
Namespace:using namespace maciErrType;
Exception for error:maciErrType::CannotGetServiceExImpl
Completion:maciErrType::CannotGetServiceCompletion
Library file name:libmaciErrType.so
libmaciErrType.a
Python
Imports:import maciErrTypeImpl
Raise a local exception:raise maciErrTypeImpl.CannotGetServiceExImpl()
Catch exception:except maciErrTypeImpl.CannotGetServiceEx, e:
Java
Jar file name:maciErrType.jar
Packages:import alma.maciErrType.*;
import alma.maciErrType.wrapper.*;
Exception for error:alma.maciErrType.CannotGetServiceEx
Exception for error (wrapper):alma.maciErrType.wrapper.AcsJCannotGetServiceEx

CannotActivateComponent

Short descriptionError activating component
DescriptionError activating component
Members
NameTypeDescription
CURL string CURL/Name of the component.
ComponentType string IDL interface implemented by the component.
ComponentCode string Executable code for the component (e.g. DLL, Java class).
DetailedReason string Detailed explanation of failure (Optional)
IDL
File name:maciErrType.idl
Module:maciErrType
Error code:CannotActivateComponent
Exception:CannotActivateComponentEx
C++
Include file name:#include <maciErrType.h>
Namespace:using namespace maciErrType;
Exception for error:maciErrType::CannotActivateComponentExImpl
Completion:maciErrType::CannotActivateComponentCompletion
Library file name:libmaciErrType.so
libmaciErrType.a
Python
Imports:import maciErrTypeImpl
Raise a local exception:raise maciErrTypeImpl.CannotActivateComponentExImpl()
Catch exception:except maciErrTypeImpl.CannotActivateComponentEx, e:
Java
Jar file name:maciErrType.jar
Packages:import alma.maciErrType.*;
import alma.maciErrType.wrapper.*;
Exception for error:alma.maciErrType.CannotActivateComponentEx
Exception for error (wrapper):alma.maciErrType.wrapper.AcsJCannotActivateComponentEx

CannotDeactivateComponent

Short descriptionError deactivating component
DescriptionError deactivating component
Members
NameTypeDescription
CURL string CURL/Name of the component.
IDL
File name:maciErrType.idl
Module:maciErrType
Error code:CannotDeactivateComponent
Exception:CannotDeactivateComponentEx
C++
Include file name:#include <maciErrType.h>
Namespace:using namespace maciErrType;
Exception for error:maciErrType::CannotDeactivateComponentExImpl
Completion:maciErrType::CannotDeactivateComponentCompletion
Library file name:libmaciErrType.so
libmaciErrType.a
Python
Imports:import maciErrTypeImpl
Raise a local exception:raise maciErrTypeImpl.CannotDeactivateComponentExImpl()
Catch exception:except maciErrTypeImpl.CannotDeactivateComponentEx, e:
Java
Jar file name:maciErrType.jar
Packages:import alma.maciErrType.*;
import alma.maciErrType.wrapper.*;
Exception for error:alma.maciErrType.CannotDeactivateComponentEx
Exception for error (wrapper):alma.maciErrType.wrapper.AcsJCannotDeactivateComponentEx

CannotRestartComponent

Short descriptionError restarting component
DescriptionError restarting component
Members
NameTypeDescription
CURL string CURL/Name of the component.
IDL
File name:maciErrType.idl
Module:maciErrType
Error code:CannotRestartComponent
Exception:CannotRestartComponentEx
C++
Include file name:#include <maciErrType.h>
Namespace:using namespace maciErrType;
Exception for error:maciErrType::CannotRestartComponentExImpl
Completion:maciErrType::CannotRestartComponentCompletion
Library file name:libmaciErrType.so
libmaciErrType.a
Python
Imports:import maciErrTypeImpl
Raise a local exception:raise maciErrTypeImpl.CannotRestartComponentExImpl()
Catch exception:except maciErrTypeImpl.CannotRestartComponentEx, e:
Java
Jar file name:maciErrType.jar
Packages:import alma.maciErrType.*;
import alma.maciErrType.wrapper.*;
Exception for error:alma.maciErrType.CannotRestartComponentEx
Exception for error (wrapper):alma.maciErrType.wrapper.AcsJCannotRestartComponentEx

CannotRegisterComponent

Short descriptionError registering component
DescriptionError registering component
Members
NameTypeDescription
CURL string CURL/Name of the component.
ComponentType string IDL interface implemented by the component.
IDL
File name:maciErrType.idl
Module:maciErrType
Error code:CannotRegisterComponent
Exception:CannotRegisterComponentEx
C++
Include file name:#include <maciErrType.h>
Namespace:using namespace maciErrType;
Exception for error:maciErrType::CannotRegisterComponentExImpl
Completion:maciErrType::CannotRegisterComponentCompletion
Library file name:libmaciErrType.so
libmaciErrType.a
Python
Imports:import maciErrTypeImpl
Raise a local exception:raise maciErrTypeImpl.CannotRegisterComponentExImpl()
Catch exception:except maciErrTypeImpl.CannotRegisterComponentEx, e:
Java
Jar file name:maciErrType.jar
Packages:import alma.maciErrType.*;
import alma.maciErrType.wrapper.*;
Exception for error:alma.maciErrType.CannotRegisterComponentEx
Exception for error (wrapper):alma.maciErrType.wrapper.AcsJCannotRegisterComponentEx

CannotUnregisterComponent

Short descriptionError unregistering component
DescriptionError unregistering component
Members
NameTypeDescription
CURL string CURL/Name of the component.
IDL
File name:maciErrType.idl
Module:maciErrType
Error code:CannotUnregisterComponent
Exception:CannotUnregisterComponentEx
C++
Include file name:#include <maciErrType.h>
Namespace:using namespace maciErrType;
Exception for error:maciErrType::CannotUnregisterComponentExImpl
Completion:maciErrType::CannotUnregisterComponentCompletion
Library file name:libmaciErrType.so
libmaciErrType.a
Python
Imports:import maciErrTypeImpl
Raise a local exception:raise maciErrTypeImpl.CannotUnregisterComponentExImpl()
Catch exception:except maciErrTypeImpl.CannotUnregisterComponentEx, e:
Java
Jar file name:maciErrType.jar
Packages:import alma.maciErrType.*;
import alma.maciErrType.wrapper.*;
Exception for error:alma.maciErrType.CannotUnregisterComponentEx
Exception for error (wrapper):alma.maciErrType.wrapper.AcsJCannotUnregisterComponentEx

CannotReleaseComponent

Short descriptionError releasing component
DescriptionError releasing component
Members
NameTypeDescription
CURL string CURL/Name of the component.
IDL
File name:maciErrType.idl
Module:maciErrType
Error code:CannotReleaseComponent
Exception:CannotReleaseComponentEx
C++
Include file name:#include <maciErrType.h>
Namespace:using namespace maciErrType;
Exception for error:maciErrType::CannotReleaseComponentExImpl
Completion:maciErrType::CannotReleaseComponentCompletion
Library file name:libmaciErrType.so
libmaciErrType.a
Python
Imports:import maciErrTypeImpl
Raise a local exception:raise maciErrTypeImpl.CannotReleaseComponentExImpl()
Catch exception:except maciErrTypeImpl.CannotReleaseComponentEx, e:
Java
Jar file name:maciErrType.jar
Packages:import alma.maciErrType.*;
import alma.maciErrType.wrapper.*;
Exception for error:alma.maciErrType.CannotReleaseComponentEx
Exception for error (wrapper):alma.maciErrType.wrapper.AcsJCannotReleaseComponentEx

ComponentNotInUse

Short descriptionComponent is not in use
DescriptionComponent is not in use
Members
NameTypeDescription
CURL string CURL/Name of the component not in use.
IDL
File name:maciErrType.idl
Module:maciErrType
Error code:ComponentNotInUse
Exception:ComponentNotInUseEx
C++
Include file name:#include <maciErrType.h>
Namespace:using namespace maciErrType;
Exception for error:maciErrType::ComponentNotInUseExImpl
Completion:maciErrType::ComponentNotInUseCompletion
Library file name:libmaciErrType.so
libmaciErrType.a
Python
Imports:import maciErrTypeImpl
Raise a local exception:raise maciErrTypeImpl.ComponentNotInUseExImpl()
Catch exception:except maciErrTypeImpl.ComponentNotInUseEx, e:
Java
Jar file name:maciErrType.jar
Packages:import alma.maciErrType.*;
import alma.maciErrType.wrapper.*;
Exception for error:alma.maciErrType.ComponentNotInUseEx
Exception for error (wrapper):alma.maciErrType.wrapper.AcsJComponentNotInUseEx

NoPermission

Short descriptionNo permission
DescriptionNo permission for attempted operation
Members
NameTypeDescription
ID string Identification (handle) of a caller.
ProtectedResource string Name of a protected resource.
Reason string Description of a reason causing no permission exception.
IDL
File name:maciErrType.idl
Module:maciErrType
Error code:NoPermission
Exception:NoPermissionEx
C++
Include file name:#include <maciErrType.h>
Namespace:using namespace maciErrType;
Exception for error:maciErrType::NoPermissionExImpl
Completion:maciErrType::NoPermissionCompletion
Library file name:libmaciErrType.so
libmaciErrType.a
Python
Imports:import maciErrTypeImpl
Raise a local exception:raise maciErrTypeImpl.NoPermissionExImpl()
Catch exception:except maciErrTypeImpl.NoPermissionEx, e:
Java
Jar file name:maciErrType.jar
Packages:import alma.maciErrType.*;
import alma.maciErrType.wrapper.*;
Exception for error:alma.maciErrType.NoPermissionEx
Exception for error (wrapper):alma.maciErrType.wrapper.AcsJNoPermissionEx

LoggerDoesNotExist

Short descriptionLogger does not exist
DescriptionLogger does not exist
Members
NameTypeDescription
LoggerName string Name of the non-existing logger.
IDL
File name:maciErrType.idl
Module:maciErrType
Error code:LoggerDoesNotExist
Exception:LoggerDoesNotExistEx
C++
Include file name:#include <maciErrType.h>
Namespace:using namespace maciErrType;
Exception for error:maciErrType::LoggerDoesNotExistExImpl
Completion:maciErrType::LoggerDoesNotExistCompletion
Library file name:libmaciErrType.so
libmaciErrType.a
Python
Imports:import maciErrTypeImpl
Raise a local exception:raise maciErrTypeImpl.LoggerDoesNotExistExImpl()
Catch exception:except maciErrTypeImpl.LoggerDoesNotExistEx, e:
Java
Jar file name:maciErrType.jar
Packages:import alma.maciErrType.*;
import alma.maciErrType.wrapper.*;
Exception for error:alma.maciErrType.LoggerDoesNotExistEx
Exception for error (wrapper):alma.maciErrType.wrapper.AcsJLoggerDoesNotExistEx

Codes

No codes defined

XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- edited with XMLSPY v5 rel. 2 U (http://www.xmlspy.com) by Bogdan Jeram (E.S.O.) 
This has to be just temporary solution. 
This file has to be moved into the TICS subsystem
-->
<Type xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="Alma/ACSError" xsi:schemaLocation="Alma/ACSError ACSError.xsd" name="maciErrType" type="25" _prefix="alma">

	<ErrorCode name="ComponentCreation"
	    shortDescription="Error creating component"
	    description="Error creating the component">
		<Member name="CURL"
			type="string"
			description="CURL/Name of the component."
		/>
		<Member name="Reason"
			type="string"
			description="Detailed explanation of failure (Optional)"
		/>
	</ErrorCode>

	<ErrorCode name="CannotGetComponent"
	    shortDescription="Error retrieving component"
	    description="Error retrieving component">
		<Member name="CURL"
			type="string"
			description="CURL/Name of the component."
		/>
		<Member name="Reason"
			type="string"
			description="Detailed explanation of failure (Optional)"
		/>
	</ErrorCode>

	<ErrorCode name="ComponentNotAlreadyActivated"
	    shortDescription="The requested Component had not been already activated at request time"
	    description="The requested Component had not been already
	    activated at request time. This was a precondition for the request to succeed">
		<Member name="CURL"
			type="string"
			description="CURL/Name of the component."
		/>
	</ErrorCode>

	<ErrorCode name="ComponentConfigurationNotFound"
	    shortDescription="The configuration for the requested Component could not be found"
	    description="The configuration for the requested Component could not be found">
		<Member name="CURL"
			type="string"
			description="CURL/Name of the component."
		/>
	</ErrorCode>

	<ErrorCode name="IncompleteComponentSpec"
	           shortDescription="Thrown if the resulting structure is not complete."
	           description="Thrown if the resulting structure is not complete.">
		<Member name="CURL"
			type="string"
			description="CURL/Name of the component."
		/>
		<Member name="ComponentType"
			type="string"
			description="IDL interface implemented by the component."
		/>
		<Member name="ComponentCode"
			type="string"
			description="Executable code for the component (e.g. DLL, Java class)."
		/>
		<Member name="ContainerName"
			type="string"
			description="Container where the component is deployed."
		/>
		<Member name="Reason"
			type="string"
			description="Detailed explanation of failure (Optional)"
		/>
	</ErrorCode>

	<ErrorCode name="ComponentSpecIncompatibleWithActiveComponent"
	    shortDescription="Thrown if the resulting structure is incompatible with a component of the same name already active."
	     description="Thrown if the resulting structure is incompatible with a component of the same name already active. Additional data describes the active component">
		<Member name="CURL"
			type="string"
			description="CURL/Name of the component."
		/>
		<Member name="ComponentType"
			type="string"
			description="IDL interface implemented by the component."
		/>
		<Member name="ComponentCode"
			type="string"
			description="Executable code for the component (e.g. DLL, Java class)."
		/>
		<Member name="ContainerName"
			type="string"
			description="Container where the component is deployed."
		/>
		<Member name="Reason"
			type="string"
			description="Detailed explanation of failure (Optional)"
		/>
	</ErrorCode>

	<ErrorCode name="InvalidComponentSpec"
	           shortDescription="Thrown if there is no valid dynamic component found for given resulting structure."
	           description="Thrown if there is no valid dynamic component found for given resulting structure.">
		<Member name="Reason"
			type="string"
			description="Detailed explanation of failure (Optional)"
		/>
	</ErrorCode>

	<ErrorCode name="NoDefaultComponent"
		shortDescription="Thrown if no default component is found."
		description="Thrown if no default component is found.">
		<Member name="IDLType"
			type="string"
			description="The requested IDL type of the default component."
		/>
	</ErrorCode>

	<ErrorCode name="CannotGetService"
	    shortDescription="Error retrieving service"
	    description="Error retrieving service">
		<Member name="CURL"
			type="string"
			description="CURL/Name of the sevice."
		/>
	</ErrorCode>

	<ErrorCode name="CannotActivateComponent"
	    shortDescription="Error activating component"
	    description="Error activating component">
		<Member name="CURL"
			type="string"
			description="CURL/Name of the component."
		/>
		<Member name="ComponentType"
			type="string"
			description="IDL interface implemented by the component."
		/>
		<Member name="ComponentCode"
			type="string"
			description="Executable code for the component (e.g. DLL, Java class)."
		/>
		<Member name="DetailedReason"
			type="string"
			description="Detailed explanation of failure (Optional)"
		/>
	</ErrorCode>

	<ErrorCode name="CannotDeactivateComponent"
	    shortDescription="Error deactivating component"
	    description="Error deactivating component">
		<Member name="CURL"
			type="string"
			description="CURL/Name of the component."
		/>
	</ErrorCode>

	<ErrorCode name="CannotRestartComponent"
	    shortDescription="Error restarting component"
	    description="Error restarting component">
		<Member name="CURL"
			type="string"
			description="CURL/Name of the component."
		/>
	</ErrorCode>

	<ErrorCode name="CannotRegisterComponent"
	    shortDescription="Error registering component"
	    description="Error registering component">
		<Member name="CURL"
			type="string"
			description="CURL/Name of the component."
		/>
		<Member name="ComponentType"
			type="string"
			description="IDL interface implemented by the component."
		/>
	</ErrorCode>

	<ErrorCode name="CannotUnregisterComponent"
	    shortDescription="Error unregistering component"
	    description="Error unregistering component">
		<Member name="CURL"
			type="string"
			description="CURL/Name of the component."
		/>
	</ErrorCode>

	<ErrorCode name="CannotReleaseComponent"
	    shortDescription="Error releasing component"
	    description="Error releasing component">
		<Member name="CURL"
			type="string"
			description="CURL/Name of the component."
		/>
	</ErrorCode>

	<ErrorCode name="ComponentNotInUse"
	    shortDescription="Component is not in use"
	    description="Component is not in use">
	         <Member name="CURL"
		         type="string"
		         description="CURL/Name of the component not in use."
		 />
	</ErrorCode>

        <ErrorCode name="NoPermission"
            shortDescription="No permission"
            description="No permission for attempted operation">
                <Member name="ID"
                        type="string"
                        description="Identification (handle) of a caller."
                />
                <Member name="ProtectedResource"
                        type="string"
                        description="Name of a protected resource."
                />
                <Member name="Reason"
                        type="string"
                        description="Description of a reason causing no permission exception."
                />
        </ErrorCode>

	<ErrorCode name="LoggerDoesNotExist"
	    shortDescription="Logger does not exist"
	    description="Logger does not exist">
		<Member name="LoggerName"
			type="string"
			description="Name of the non-existing logger."
		/>
	</ErrorCode>
</Type>


Info and errors

The number is in the corrrect range

The error is not duplicated



Subsystem scanned in 0.290 seconds.