Index | | | Related pages | | | Classes | | | Functions | | | Entities | | | Function Sets | | | Groups |
class
CloneError( [code], [description], [extra] )
from
\
Error( code, description, extra )
Item cannot be cloned. more...
Items containing external data, provided by extension modules or embedding application, must respect a "clone" protocol that allows to share, or duplicate, the inner data between different Falcon instances of the cloned item.
If the inner core of Falcon item coming from a non-falcon source does not respect this protocol, the item cannot be cloned.
When this error is raised, it is usually because the script tried to explicitly duplicate a "very special object" (in example, as an external resource handle created by a module).
Index | | | Related pages | | | Classes | | | Functions | | | Entities | | | Function Sets | | | Groups |