COLLECTION_ERROR (ENUM)

TYPE COLLECTION_ERROR :

Collection errors

Attributes:
qualified_only
InOut:

Name

Initial

Comment

NO_ERROR

0

No Error

NO_MORE_ELEMENTS

2

No more elements in the collection.

MAXIMUM_SIZE_OF_ELEMENTS_EXCEEDED

Maximum size of elements exceeded.

NULL_POINTER

Null pointer

MAXIMUM_ELEMENT_POSITION_EXCEEDED

Maximum element position exceeded.

NOT_FOUND

The element could not be found.

UNSUPPORTED_OPERATION

The operation is not allowed for this collection type.

KEY_EXISTS

The key already exists in the map.

ELEMENT_COUNT_NOT_EQUAL_COUNTER

The size of elements of an iterator is not equal to CountKeys()

LIST_ITERATOR_EXPECTED

The interface IIterator ist not a IListIterator

LINKED_LIST_ITERATOR_EXPECTED

The interface IIterator ist not a ILinkedListIterator

COLLECTION_CHANGED

The structure of the collection has been modified since the Iterator method has been called.

NOT_INITIALIZED

Function block is not initialized.

ELEMENT_IS_REFERENCED

The element is already referenced by another entry.

ITREE_NODE_EXPECTED

Element is not a ITreeNode

FB_CREATE_ERROR

FB Factory: Can’t create FB.

ROOT_NODE_CAN_NOT_BE_MOVED

A root node can not be moved.

INTERNAL_ERROR

Internal error

NODE_CAN_NOT_BE_MOVED_TO_SUBNODE

A node can not be moved to a sub node.

REALLOC_FAILED

Can not reallocate memory.