| enum Ucs_AmsTx_Info_t | 
Detailed INIC transmission information which might be useful for debugging purposes.
| UCS_AMSTX_I_SUCCESS | The transmission succeeded. The corresponding transmission result is UCS_AMSTX_RES_SUCCESS. | 
| UCS_AMSTX_I_ERR_CFG_NORECEIVER | The transmission failed because the MOST network is not accessible for MCM in the current attach state or for ICM in general. The corresponding transmission result is UCS_AMSTX_RES_ERR_UNEXPECTED. | 
| UCS_AMSTX_I_ERR_BF | The transmission failed because the receivers buffer is full. The corresponding transmission result is UCS_AMSTX_RES_ERR_RETRIES_EXP. | 
| UCS_AMSTX_I_ERR_CRC | The transmission failed because of a failed CRC. The corresponding transmission result is UCS_AMSTX_RES_ERR_RETRIES_EXP. | 
| UCS_AMSTX_I_ERR_ID | The transmission failed because of corrupted identifiers. The corresponding transmission result is UCS_AMSTX_RES_ERR_RETRIES_EXP. | 
| UCS_AMSTX_I_ERR_ACK | The transmission failed because of corrupted PACK or CACK. The corresponding transmission result is UCS_AMSTX_RES_ERR_RETRIES_EXP. | 
| UCS_AMSTX_I_ERR_TIMEOUT | The transmission failed because of a transmission timeout. The corresponding transmission result is UCS_AMSTX_RES_ERR_RETRIES_EXP. | 
| UCS_AMSTX_I_ERR_FATAL_WT | The transmission failed because of destination is not available. The corresponding transmission result is UCS_AMSTX_RES_ERR_INVALID_TGT. | 
| UCS_AMSTX_I_ERR_FATAL_OA | The transmission failed because of the destination is the own node address. The corresponding transmission result is UCS_AMSTX_RES_ERR_INVALID_TGT. | 
| UCS_AMSTX_I_ERR_UNAVAIL_TRANS | The transmission canceled during the transition from network interface state "available" to "not available". The corresponding transmission result is UCS_AMSTX_RES_ERR_NOT_AVAILABLE. | 
| UCS_AMSTX_I_ERR_UNAVAIL_OFF | The transmission failed because the network interface state is "not available". The corresponding transmission result is UCS_AMSTX_RES_ERR_NOT_AVAILABLE. | 
| UCS_AMSTX_I_ERR_UNKNOWN | The transmission failed because of an unknown INIC error code. The corresponding transmission result is UCS_AMSTX_RES_ERR_UNEXPECTED. Please check if the MNS version is compatible with the applied INIC firmware version. | 
| UCS_AMSTX_I_ERR_UNSYNCED | The transmission failed because the communication between the EHC and the INIC is lost. The reason can be a communication error between the EHC and the INIC or that the application has called Ucs_Stop(). |