SNAX/APC Application Programming Manual

SNAX/APC Application Programming Manual138786
B-1
B
Request and Return Code
This appendix summarizes the verb request codes and return codes defined in the DDL
file that is shipped with SNAX/APC.
Table B-1. IPC Request Codes (REQ-CODE)
Request Code Decimal Hexadecimal
STOP-ON-ERROR -2 FFFE
Table B-2. IPC Reply Codes (REP-CODE)
Request Code Decimal Hexadecimal
ALL-UOWS-OK 0 0000
UOWS-WITH-ERROR 2 0002
REQ-ERROR 3 0003
Table B-3. IPC Header Return Codes (HEADER-RETURN-CODE)
Request Code Decimal Hexadecimal
IPC-OK 0 0000
INVALID-VERSION-CODE 1 0001
INVALID-RESOURCE-ID 2 0002
SERVICE-DENIED 3 0003
INVALID-UOW-HEADER 4 0004
REQ-TOO-LONG 5 0005
REQ-TOO-SHORT 6 0006
REP-TOO-LONG 7 0007
INVALID-REQ-CODE 8 0008
SNAX-FILE-ERROR 9 0009
OUT-OF-RESOURCES 10 000A