Skip to content

TAP LwM2M response result codes

Code Name Description
0 (0x0) OK
65 (0x41) CREATED Create request was successful
66 (0x42) DELETED Delete request was successful
68 (0x44) CHANGED Update request was successful
69 (0x45) CONTENT The server has fulfilled the request and sent a response
70 (0x46) BUSY The server is busy
128 (0x80) BAD_REQUEST Bad request. Meaning device cannot understand your request.
129 (0x81) UNAUTHORIZED Current user is not authorized to access this ressource
132 (0x84) NOT_FOUND The server has not found anything matching the Request
133 (0x85) METHOD_NOT_ALLOWED Current user is not authorized to access this ressource
134 (0x86) NOT_ACCEPTABLE Given parameters are not acceptable
135 (0x87) RESOURCE_LOCKED Given resource is not available with the current TAP configuration.
160 (0xa0) INTERNAL_SERVER_ERROR Internal server error
161 (0xa1) NOT_IMPLEMENTED This resource has not been implemented yet
163 (0xa3) SERVICE_UNAVAILABLE Service is currently unavailable. Try again later.
164 (0xa4) NVM_ERROR Writing non volatible memory failed
165 (0xa5) UNABLE_TO_CONNECT_TO_TARGET Tap was not able to connect to the target
166 (0xa6) TARGET_POWER_FAILURE Target power failure
167 (0xa7) NVM_FULL Non volatile memory is full
168 (0xa8) DEVICE_UNAVAILABLE It means we can't access this resource because someone is already connected to this device and he has the priority over us.
169 (0xa9) RESPONSE_TOO_LARGE Response is bigger than you current protocol limit
176 (0xb0) TARGET_PROTOCOL_ERROR Target protocol error
177 (0xb1) TARGET_PROTOCOL_BUSY Target protocol is busy
178 (0xb2) TARGET_PROTOCOL_REAL Target protocol error
179 (0xb3) TARGET_PROTOCOL_WRONG_PARAM Target protocol parameters are not valid
180 (0xb4) TARGET_PROTOCOL_FORBIDDEN Target protocol is forbidden
181 (0xb5) TARGET_PROTOCOL_DATA Target protocol data are not the one expected. For example a CRC error.
182 (0xb6) TARGET_PROTOCOL_COM Target protocol communication error
183 (0xb7) TARGET_PROTOCOL_LOST_COM Target protocol lost communication
184 (0xb8) TARGET_PROTOCOL_PARAM Target protocol invalid parameter
185 (0xb9) TARGET_PROTOCOL_INT Internal error with target communication
186 (0xba) TARGET_PROTOCOL_ABORT Operation aborted because one of the command did not return the expected result code.
187 (0xbb) TARGET_PROTOCOL_NOT_IMPLEMENTED Target protocol is not implemented