System Reference Summary : 6. 4GL System Constants : System Constants : Error Codes
 
Share this page                  
Error Codes
Constant Value
Description
Numeric
Equivalent
ER_OK
Successful
0
ER_FAIL
Unsuccessful
1
ER_USER1
General purpose error code
12386449
ER_USER2
General purpose error code
12386450
ER_USER3
General purpose error code
12386451
ER_USER4
General purpose error code
12386452
ER_USER5
General purpose error code
12386453
ER_USER6
General purpose error code
12386454
ER_USER7
General purpose error code
12386455
ER_USER8
General purpose error code
12386456
ER_USER9
General purpose error code
12386457
ER_USER10
General purpose error code
12386458
ER_OUTOFRANGE
An access to a row index that is out of range for an array
12386307
ER_ROWNOTFOUND
A row was referenced that did not exist
12386308
ER_KEYNOTFOUND
Key does not exist
12386532
ER_NAMEEXISTS
Name already exists (return from ImportComp method only)
12517428