|
![]() |
![]() |
version 2003
PA_GetLastError → lastError
Parameter | Type | Description | ||||
This command does not require any parameters | ||||||
Function result | lastError | ← | The last error that occured |
Description
The routine
PA_GetLastError
returns the error code of the most recent error coming from a 4D PluginAPI routine call.
Almost every API routine can generate an error code, however some always return 0 (
eER_NoErr
).
Error codes are listed in the header file PublicTypes.h and in this documentation, see
PA_ErrorCode