HP-UX SNAplus2 R7 LUA Programmer's Guide

SLI Verbs
SLI_CLOSE
The following return codes indicate that the verb did not complete successfully for other reasons:
lua_prim_rc
LUA_COMM_SUBSYSTEM_ABENDED
A required SNAplus2 software component (such as the node) has terminated or has been stopped.
Contact your System Administrator if necessary.
lua_prim_rc
LUA_COMM_SUBSYSTEM_NOT_LOADED
The node was either not started or not congured properly for LUA applications. Check the SNAplus2
LUA conguration parameters and start the node before running your application.
lua_prim_rc
LUA_SESSION_FAILURE
The LUA session has failed. To restart it, the application can reissue SLI_OPEN.
lua_sec_rc
Possible values are:
LUA_LU_COMPONENT_DISCONNECTED
This return code indicates that the LUA session has failed because of a problem with the communications
link or with the host LU.
LUA_NEGATIVE_RSP_CHASE
This return code indicates that the LUA session has been closed because SLI received a negative
response to a CHASE command.
LUA_NEGATIVE_RSP_SHUTD
This return code indicates that the LUA session has been closed because SLI received a negative
response to a SHUTD command.
LUA_NEGATIVE_RSP_RSHUTD
This return code indicates that the LUA session has been closed because SLI received a negative
response to an RSHUTD command.
LUA_RECEIVED_UNBIND
This return code indicates that the host sent an UNBIND command to end the session.
This value can occur only if the SLI_OPEN verb for this session specied
lua_session_type
LUA_SESSION_TYPE_DEDICATED.
LUA_UNEXPECTED_SNA_SEQUENCE
This return code indicates that the LUA session has been closed because SLI received an unexpected
SNA message from the host.
lua_prim_rc
LUA_STACK_TOO_SMALL
The stack size of the application is too small for LUA to complete the request. Increase the stack size
of your application.
lua_prim_rc
LUA_UNEXPECTED_DOS_ERROR
An operating system error occurred.
lua_sec_rc
This value is the operating system return code. Check your operating system documentation for the meaning
of this return code.
115