![]() |
nRF Connect SDK API 3.3.99
|
| int lwm2m_carrier_error_code_remove | ( | int32_t | error | ) |
#include <lib/bin/lwm2m_carrier/include/lwm2m_carrier.h>
Clear an error code in the OMA LwM2M Device object Error Code resource (/3/0/11).
| [in] | error | Individual error code to be removed (lwm2m_carrier_error_code_values). |
| 0 | If the error has been removed successfully. |
| -EINVAL | If the error code is not supported. |
| -ENOENT | If the error to be removed is not present on the error code list. |