FTAM/9000 Reference Manual

40 Chapter 1
FTAM return_codes
inout_dcb->result.return_code
MESSAGE FTE157_NULL_BUFF_PTR
CAUSE Pointer to data buffer is NULL. EXAMPLE: You called
ft_sdata() and passed a NULL pointer in for the
data_unit.
ACTION Call ft_sdata() with a non-NULL buffer pointer.
MESSAGE FTE158_INV_CONT_TYPE
CAUSE Invalid contents_type.contents_info. document.name
parameter; invalid struct Octet_string.
ACTION Call the function with a valid Ft_contents_type
structure. 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 FTE159_INV_FADU_ID
CAUSE Invalid fadu_identity.fadu_form or
fadu_identity.fadu_info parameter for ft_read(),
ft_write(), ft_erase(), or ft_locate().
ACTION Call the function with fadu_identity.fadu_form equal
to FT_FADU_LOCATION. Additionally, the
fadu_identity.fadu_info must be a fadu_location that is
in the Ft_fadu_location enumeration.
MESSAGE FTE160_INV_FADU_OP
CAUSE Invalid fadu_operation parameter for ft_write(); the
specified value is not within the Ft_fadu_operation
enumeration.
ACTION Call ft_write() with a valid fadu_operation.