Define ANJAY_SEND_DEFERRED_ERROR
Defined in File lwm2m_send.h
Define Documentation
-
ANJAY_SEND_DEFERRED_ERROR
Send request has previously been deferred, the factors that caused it to be deferred are no longer valid, but it could not be initiated for other reasons.
EXAMPLE: anjay_send_deferrable may have been called when the server was offline. The server is now online, but the Send request have been rejected due to the registration having been performed with the LwM2M TS 1.0 protocol version.
NOTE: Any of the errors defined in anjay_send_result_t may be mapped onto this error code. There is currently no way to determine more detailed reason.