errorObject

Removed in version 1.1.

# Metadata

Platforms: desktop, server, mobile OS: ios, android Introduced: 1.0 Security:

# Syntax

the errorObject

# Examples

the errorObject

edit script of the errorObject

# Description

The errorObject function return the name of the object whose script had the most recent execution error.

For the information formerly returned by the errorObject function, use the target function inside an errorDialog handler. The errorDialog message is sent to the object whose script caused the error, so checking the target function will return the name of that object.

# Tags

# See

- **property:** lockErrorDialogs, script - **constant:** return - **message:** errorDialog - **function:** target - **control structure:** function - **glossary:** handler, error, return, execution error, object