summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcollin <collin@livio.io>2020-05-18 08:50:28 -0400
committercollin <collin@livio.io>2020-05-18 08:50:28 -0400
commit102d3b0ad4d355f3818cb99089546c2b32ea117c (patch)
tree3f8b9f9a2a63d67939291248d58c3e6c3e09c5e4
parent0f043c34ad88b2bf6b8546d8161aa76873ca214b (diff)
downloadsdl_core-fix/gufm_check_syntax.tar.gz
add invalid syntax error response infofix/gufm_check_syntax
-rw-r--r--src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/hmi/sdl_get_user_friendly_message_request.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/hmi/sdl_get_user_friendly_message_request.cc b/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/hmi/sdl_get_user_friendly_message_request.cc
index 7880dd4fd7..f853cf814c 100644
--- a/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/hmi/sdl_get_user_friendly_message_request.cc
+++ b/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/hmi/sdl_get_user_friendly_message_request.cc
@@ -75,7 +75,7 @@ void SDLGetUserFriendlyMessageRequest::Run() {
SendErrorResponse(correlation_id(),
static_cast<hmi_apis::FunctionID::eType>(function_id()),
hmi_apis::Common_Result::INVALID_DATA,
- "");
+ "invalid messageCode syntax");
return;
}
msg_codes.push_back(str);