summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/application_manager/src/commands/command_request_impl.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/application_manager/src/commands/command_request_impl.cc b/src/components/application_manager/src/commands/command_request_impl.cc
index a1e30cf6b2..e9dcd6e4b0 100644
--- a/src/components/application_manager/src/commands/command_request_impl.cc
+++ b/src/components/application_manager/src/commands/command_request_impl.cc
@@ -898,7 +898,8 @@ bool CommandRequestImpl::IsMobileResultSuccess(
mobile_apis::Result::WARNINGS,
mobile_apis::Result::WRONG_LANGUAGE,
mobile_apis::Result::RETRY,
- mobile_apis::Result::SAVED);
+ mobile_apis::Result::SAVED,
+ mobile_apis::Result::TRUNCATED_DATA);
}
bool CommandRequestImpl::IsHMIResultSuccess(
@@ -911,7 +912,8 @@ bool CommandRequestImpl::IsHMIResultSuccess(
hmi_apis::Common_Result::WARNINGS,
hmi_apis::Common_Result::WRONG_LANGUAGE,
hmi_apis::Common_Result::RETRY,
- hmi_apis::Common_Result::SAVED);
+ hmi_apis::Common_Result::SAVED,
+ hmi_apis::Common_Result::TRUNCATED_DATA);
}
bool CommandRequestImpl::PrepareResultForMobileResponse(