CoAP response code values. More...
Go to the source code of this file.
Enumerations | |
enum | coap_response_code_e { COAP_RESPONSE_CREATED = 65, COAP_RESPONSE_DELETED = 66, COAP_RESPONSE_VALID = 67, COAP_RESPONSE_CHANGED = 68, COAP_RESPONSE_CONTENT = 69, COAP_RESPONSE_CONTINUE = 95, COAP_RESPONSE_BAD_REQUEST = 128, COAP_RESPONSE_UNAUTHORIZED = 129, COAP_RESPONSE_BAD_OPTION = 130, COAP_RESPONSE_FORBIDDEN = 131, COAP_RESPONSE_NOT_FOUND = 132, COAP_RESPONSE_METHOD_NOT_ALLOWED = 133, COAP_RESPONSE_NOT_ACCEPTABLE = 134, COAP_RESPONSE_REQUEST_ENTITY_INCOMPLETE = 136, COAP_RESPONSE_PRECONDITION_FAILED = 140, COAP_RESPONSE_REQUEST_ENTITY_TOO_LARGE = 141, COAP_RESPONSE_UNSUPPORTED_CONTENT_FORMAT = 143, COAP_RESPONSE_INTERNAL_SERVER_ERROR = 160, COAP_RESPONSE_NOT_IMPLEMENTED = 161, COAP_RESPONSE_BAD_GATEWAY = 162, COAP_RESPONSE_SERVICE_UNAVAILABLE = 163, COAP_RESPONSE_GATEWAY_TIMEOUT = 164, COAP_RESPONSE_PROXYING_NOT_SUPPORTED = 165 } |
CoAP response code values.
enum coap_response_code_e |
COAP response codes. See https://tools.ietf.org/html/rfc7252#section-5.9
Enumerator | |
---|---|
COAP_RESPONSE_CREATED | |
COAP_RESPONSE_DELETED | |
COAP_RESPONSE_VALID | |
COAP_RESPONSE_CHANGED | |
COAP_RESPONSE_CONTENT | |
COAP_RESPONSE_BAD_REQUEST | |
COAP_RESPONSE_UNAUTHORIZED | |
COAP_RESPONSE_BAD_OPTION |