146 CONTENTS
-2021 PROPHANDLING_COMP←-
ONENT_ID_INVALID
An invalid component within
a list has been referenced.
[-2021]
-2022 PROPHANDLING_LIST_←-
ENTRY_OCCUPIED
The specified list index is oc-
cupied.
During the creation of a new
component the caller tried
the insert the newly created
component into a list at a po-
sition already used to store
another component.[-2022]
-2023 PROPHANDLING_COMP←-
ONENT_HAS_OWNER_←-
ALREADY
The specified component al-
ready has an owner.
The caller tried to assign an
owner to a component that
already has an owner. An
owner once defined can't be
modified anymore.[-2023]
-2024 PROPHANDLING_COMP←-
ONENT_ALREADY_REG←-
ISTERED
It has been tried to regis-
ter the same component at
twice in the same list.
[-2024]
-2025 PROPHANDLING_LIST_←-
CANT_ACCESS_DATA
The desired data can't be
accessed or found.
During loading or saving
data this error can occur e.g.
if it has been tried to import a
setting from a location where
the desired setting couldn't
be found. Another reason for
this error might be that the
current user is not allowed
to perform a certain opera-
tion on the desired data (e.g.
a user tries to delete a set-
ting that is stored with global
scope but does not have ele-
vated access rights).[-2025]
-2026 PROPHANDLING_METH←-
OD_PTR_INVALID
The function pointer of the
referenced method object is
invalid.
[-2026]
-2027 PROPHANDLING_METH←-
OD_INVALID_PARAM_LI←-
ST
A method object has an in-
valid parameter list.
[-2027]
-2028 PROPHANDLING_SWIG←-
_ERROR
This indicates an internal er-
ror occurred within the SW←-
IG generated wrapper code,
when working under Python.
[-2028]
-2029 PROPHANDLING_INVAL←-
ID_INPUT_PARAMETER
A invalid input parameter
has been passed to a func-
tion of this module.
In most cases this might be
a unassigned pointer, where
a valid pointer to a user de-
fined storage location was
expected.[-2029]
-2030 PROPHANDLING_COMP←-
ONENT_NO_CALLBACK←-
_REGISTERED
The user tried to modify a
registered callback, but no
callback has been registered
for this component.
[-2030]
-2031 PROPHANDLING_INPUT←-
_BUFFER_TOO_SMALL
The user tried to read data
into a user supplied storage
location, but the buffer was
too small to accommodate
the result.
[-2031]
MATRIX VISION GmbH