Define ANJ_SEND_ERR_TIMEOUT
Defined in File lwm2m_send.h
Define Documentation
-
ANJ_SEND_ERR_TIMEOUT
Timed out.
This error indicates that the Send request could not be completed within the expected time window. It may occur in two situations:
The Server did not acknowledge or respond within the retransmission limits defined by the CoAP transmission parameters.
The Client could not hand off the request to the transport layer within an implementation-defined processing delay (e.g., due to a blocked or unresponsive network stack). In this case, the message may never have been sent to the Server.
In both cases, the Send operation is considered failed.