44#ifndef LIBNUML_OPERATION_RETURN_VALUES_H
45#define LIBNUML_OPERATION_RETURN_VALUES_H 1
47LIBNUML_CPP_NAMESPACE_BEGIN
154LIBNUML_CPP_NAMESPACE_END
NUMLOperationReturnValues_t
Begin svn Header.
Definition: operationReturnValues.h:57
@ LIBNUML_INVALID_ATTRIBUTE_VALUE
A value passed as an argument to the method is not of a type that is valid for the operation or kind ...
Definition: operationReturnValues.h:86
@ LIBNUML_INDEX_EXCEEDS_SIZE
An index parameter exceeded the bounds of a data array or other collection used in the operation.
Definition: operationReturnValues.h:61
@ LIBNUML_OPERATION_SUCCESS
The operation was successful.
Definition: operationReturnValues.h:58
@ LIBNUML_DUPLICATE_OBJECT_ID
There already exists an object with this identifier in the context where this operation is being atte...
Definition: operationReturnValues.h:99
@ LIBNUML_INVALID_OBJECT
The object passed as an argument to the method is not of a type that is valid for the operation or ki...
Definition: operationReturnValues.h:93
@ LIBNUML_DUPLICATE_ANNOTATION_NS
There already exists a top level annotation with the same namespace as annoation being appended.
Definition: operationReturnValues.h:126
@ LIBNUML_LEVEL_MISMATCH
The NUML Level associated with the object does not match the Level of the parent object.
Definition: operationReturnValues.h:106
@ LIBNUML_UNEXPECTED_ATTRIBUTE
The attribute that is the subject of this operation is not valid for the combination of NUML Level an...
Definition: operationReturnValues.h:70
@ LIBNUML_VERSION_MISMATCH
The NUML Version within the NUML Level associated with the object does not match the Version of the p...
Definition: operationReturnValues.h:113
@ LIBNUML_ANNOTATION_NS_NOT_FOUND
The existing annotation does not have a top-level element with the given namespace.
Definition: operationReturnValues.h:141
@ LIBNUML_ANNOTATION_NAME_NOT_FOUND
The existing annotation does not have a top-level element with the given name.
Definition: operationReturnValues.h:132
@ LIBNUML_INVALID_XML_OPERATION
The XML operation attempted is not valid for the object or context involved.
Definition: operationReturnValues.h:121
@ LIBNUML_OPERATION_FAILED
The requested action could not be performed.
Definition: operationReturnValues.h:80