FTAM/9000 Reference Manual

Chapter 1 43
FTAM return_codes
inout_dcb->result.return_code
MESSAGE FTE172_INV_THRESHOLD
CAUSE The threshold parameter for ft_bgroup() exceeds the
maximum number of calls allowed within a group.
ACTION Call ft_bgroup() with a valid threshold value. The
threshold cannot be zero or greater than five.
MESSAGE FTE173_INV_FTQOS
CAUSE Invalid input_dcb->connect_in_info. quality_of_service
parameter; the specified value is not within the Ft_qos
enumeration.
ACTION Call ft_connect() with a valid
input_dcb->connect_in_info. quality_of_service.
MESSAGE FTE174_ATTRIB_UNMODIFIABLE
CAUSE A bit is set in the attributes mask that cannot be
modified or set for the specified call. EXAMPLE: You
called ft_cattributes() and specified the contents_type
as an attribute you want to change, but contents_type
is not modifiable
ACTION Call the function with valid mask bits set. Ensure you
can change the specified attribute for the given
function.
MESSAGE FTE175_FCANCEL_IND_RECEIVED
CAUSE While in the process of sending (ft_sdata()) or receiving
data (ft_rdata()), the responder detected an error and
sent a cancel indication to the ftam_init.
ACTION Examine the cancel indication data and respond by
calling ft_rcancel().