libNuML  1.1.1
Library for reading / writing NuML documents
operationReturnValues.h
Go to the documentation of this file.
1 
44 #ifndef LIBNUML_OPERATION_RETURN_VALUES_H
45 #define LIBNUML_OPERATION_RETURN_VALUES_H 1
46 
48 
56 typedef enum
57 {
153 
155 
156 
157 #endif /* LIBNUML_OPERATION_RETURN_VALUES_H */
The operation was successful.
Definition: operationReturnValues.h:58
An index parameter exceeded the bounds of a data array or other collection used in the operation.
Definition: operationReturnValues.h:61
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
The XML operation attempted is not valid for the object or context involved.
Definition: operationReturnValues.h:121
There already exists a top level annotation with the same namespace as annoation being appended.
Definition: operationReturnValues.h:126
#define LIBNUML_CPP_NAMESPACE_BEGIN
Definition: libnuml-namespace.h:71
The requested action could not be performed.
Definition: operationReturnValues.h:80
The NUML Version within the NUML Level associated with the object does not match the Version of the p...
Definition: operationReturnValues.h:113
The NUML Level associated with the object does not match the Level of the parent object.
Definition: operationReturnValues.h:106
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
There already exists an object with this identifier in the context where this operation is being atte...
Definition: operationReturnValues.h:99
The attribute that is the subject of this operation is not valid for the combination of NUML Level an...
Definition: operationReturnValues.h:70
#define LIBNUML_CPP_NAMESPACE_END
Definition: libnuml-namespace.h:72
NUMLOperationReturnValues_t
Begin svn Header.
Definition: operationReturnValues.h:56
The existing annotation does not have a top-level element with the given namespace.
Definition: operationReturnValues.h:141
The existing annotation does not have a top-level element with the given name.
Definition: operationReturnValues.h:132