FTAM/9000 Reference Manual

42 Chapter 1
FTAM return_codes
inout_dcb->result.return_code
MESSAGE FTE167_UNKN_SERV_CLASS
CAUSE Unknown input_dcb-> connect_in_info.service_class
parameter; the bits for the FT_SC_XXX defined
constants were either invalid or not set. EXAMPLE:
You set Bit (1) in the input_dcb->
connect_in_info.service_class parameter, but only Bits
(11) to (15) are valid.
ACTION Call ft_connect() with a valid FT_SC_XXX bits set for
the input_dcb->connect_in_info. service_class
parameter.
MESSAGE FTE169_INV_PRIVATE_USE
CAUSE Invalid private_use parameter; invalid struct
Octet_string.
ACTION Call the function with a valid private_use. The struct
Octet_string is invalid if the length field is greater than
zero and the pointer is NULL or if the length is greater
than 65535.
MESSAGE FTE170_INV_FUTURE_FILESIZE
CAUSE The specified future_filesize parameter is less than
zero.
ACTION Call the function with a positive future_filesize.
MESSAGE FTE171_INV_FILE_AVAILABILITY
CAUSE Invalid file_availability parameter; the specified value
is not within the Ft_file_availability enumeration.
ACTION Call the function with a valid file_availability.