Package ilcd
Class General

Public Method getLastErrorCode

static int getLastErrorCode()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns Range Description
error 0x00 ... 0x4BA error code

Returns the error code of the last executed method.
Return example: 0

Note


Example

int error = General.getLastErrorCode();