FTAM/9000 Reference Manual

44 Chapter 1
FTAM return_codes
inout_dcb->result.return_code
MESSAGE FTE176_INV_OVERWRITE
CAUSE Invalid input_dcb->overwrite parameter for ft_fcopy()
or ft_fmove(); the specified value is not within the
Ft_delete_overwrite enumeration.
ACTION Call the function with a valid input_dcb->overwrite.
MESSAGE FTE177_INV_CLASS
CAUSE Invalid class parameter; the specified value is not
within the Ft_class enumeration.
ACTION Call the function with a valid class.
MESSAGE FTE178_INV_STRING_SIGN
CAUSE Invalid string_significance parameter; the specified
value is not within the Ft_string_significance
enumeration.
ACTION Call the function with a valid string_significance.
MESSAGE FTE181_INV_DE_PRIM_TYPE
CAUSE Invalid data_unit->data. data_element->prim_type
parameter for ft_sdata(); the data_unit->data.
data_element->prim_type specified in the
Ft_data_element structure is nonexistent. The
prim_type must be in the Ft_prim_type enumeration.
ACTION Call ft_sdata() with a valid data_unit->data.
data_element->prim_type.