1.6.2Class CloneError

Item cannot be cloned.

Class CloneError( [code],[description],[extra] ) from \
                 Error( code, description, extra )
code A numeric error code.
description A textual description of the error code.
extra A descriptive message explaining the error conditions.

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" (for example, as an external resource handle created by a module).

Properties inherited from class Error
boxed Boxed error.
codeError code associated with this error.
description Textual description for the error code of this error.
line Line at which the error happened.
message Arbitrary text used to better explain and define the error conditions.
module Name of the module where the error has been generated.
originString identifying the origin of the error.
pc Program counter of the instruction that raised the error.
subErrors Array of sub-errors.
symbol Symbol name (function or method) where the error has been raised.
systemError If the error was caused by a failure during an OS operation, this this property contains the error code indicating the cause of the failure.
Methods inherited from class Error
getSysErrDescreturns system specific error description.
headingCreates a short textual representation of the error.
toStringCreates a textual representation of the error.
Made with http://www.falconpl.org