module MagentoTwo module HttpStatusCodes HTTP_OK_CODE = 200 HTTP_BAD_REQUEST_CODE = 400 HTTP_UNAUTHORIZED_CODE = 401 HTTP_FORBIDDEN_CODE = 403 HTTP_NOT_FOUND_CODE = 404 HTTP_UNPROCESSABLE_ENTITY_CODE = 429 end end