Module: Upl::Extern::ExtStatus

Defined in:
lib/upl/extern.rb

Constant Summary collapse

EXCEPTION =

PL_Q_EXT_STATUS return codes yes, there are some duplicates here from TRUE/FALSE but that’s how it is in the header file

-1   # Query raised exception
FALSE =

Query raised exception

0
TRUE =

Query failed

1
LAST =

Query succeeded with choicepoint

2