Application.getLastError Method
Parent Object: ApplicationDefined in namespace "adsk::core" and the header file is <Core/Application/Application.h>
Description
Returns information about the last error that occurred.
Syntax
"application_var" is a variable referencing an Application object.
|
Return Value
Type | Description |
integer | Returns the number of the specific error. |
Parameters
Name | Type | Description |
description | string | A description of the last error in English. This is an optional argument whose default value is "". |