Lines Matching refs:COAP_RESPONSE_CODE
282 { COAP_RESPONSE_CODE(65), "2.01 Created" },
283 { COAP_RESPONSE_CODE(66), "2.02 Deleted" },
284 { COAP_RESPONSE_CODE(67), "2.03 Valid" },
285 { COAP_RESPONSE_CODE(68), "2.04 Changed" },
286 { COAP_RESPONSE_CODE(69), "2.05 Content" },
287 { COAP_RESPONSE_CODE(400), "Bad Request" },
288 { COAP_RESPONSE_CODE(401), "Unauthorized" },
289 { COAP_RESPONSE_CODE(402), "Bad Option" },
290 { COAP_RESPONSE_CODE(403), "Forbidden" },
291 { COAP_RESPONSE_CODE(404), "Not Found" },
292 { COAP_RESPONSE_CODE(405), "Method Not Allowed" },
293 { COAP_RESPONSE_CODE(408), "Request Entity Incomplete" },
294 { COAP_RESPONSE_CODE(413), "Request Entity Too Large" },
295 { COAP_RESPONSE_CODE(415), "Unsupported Media Type" },
296 { COAP_RESPONSE_CODE(500), "Internal Server Error" },
297 { COAP_RESPONSE_CODE(501), "Not Implemented" },
298 { COAP_RESPONSE_CODE(502), "Bad Gateway" },
299 { COAP_RESPONSE_CODE(503), "Service Unavailable" },
300 { COAP_RESPONSE_CODE(504), "Gateway Timeout" },
301 { COAP_RESPONSE_CODE(505), "Proxying Not Supported" },