Class EasycomException
Syntax
public Integer property EasycomNativeReturnCode
Description
Represents the native return code. This code is an Easycom-specific code.
The value can be one of the following:
|
2 |
Too many opened files |
|
3 |
Not enough memory |
|
4 |
Invalid pointer or Handle |
|
5 |
File not found |
|
6 |
Wrong key field number |
|
10 |
File not allowed to be changed |
|
13 |
Record locked |
|
17 |
Operation sequence not valid |
|
20 |
No current record |
|
21 |
Null operation not applicable (field does not support null value) |
|
24 |
Insufficient user rights |
|
25 |
Invalid type provided |
|
26 |
Info request is invalid |
|
28 |
The record has changed before update |
|
29 |
Already in a transaction (nested transactions are not supported) |
|
30 |
Not in a transaction |
|
22 |
AS/400 session ID not valid |
|
16 |
Not connected |
|
23 |
Wrong user or password |
|
27 |
Bad property ID |
|
12 |
The requested record was not found |
|
8 |
Bad key length |
|
11 |
The file was opened in a mode that disallows a file lock, or you have insufficient rights to perform operation |
|
14 |
Begin or end of file has been reached |
|
15 |
Read beyond limits of the file |
|
6 |
Failed to find the field in the logical file |
|
7 |
The field number is invalid |