Namespace simu5g
HttpResponseStatus
enum(no description)
Source code
enum HttpResponseStatus { OK = 0; // 200 CREATED = 1; // 201 NO_CONTENT = 2; // 204 BAD_REQ = 3; // 400 UNAUTH = 4; // 401 FORBIDDEN = 5; // 403 NOT_FOUND = 6; // 404 NOT_ACC = 7; // 406 TOO_REQS = 8; // 429 BAD_METHOD = 9; // 405 HTTP_NOT_SUPPORTED = 10; // 505 SERV_UNAV = 11; //503 }File: src/nodes/mec/MECPlatform/MECServices/packets/HttpMessages.msg