Skip to content

SDL does not concatenate the internal UI error message and error message from VR response in case PerformInteraction requests for 'BOTH' interaction mode #3926

@VjKlepikov

Description

@VjKlepikov

Bug Report

SDL does not concatenate the internal UI error message and error message from VR response in case PerformInteraction requests for 'BOTH' interaction mode

Reproduction Steps
  1. SDL and HMI are started.
  2. HMI respond with 'available' = false on UI.IsReady request from SDL
  3. App is registered and activated
  4. CreateInteractionChoiceSet is added
  5. App requests PerformInteraction with 'BOTH' interaction mode to SDL and user does not provide choice
  6. HMI responds VR.PerformInteraction(TIMED_OUT, "message":"Perform Interaction error response"}
Expected Behavior

SDL respond PerformInteraction with (resultCode: TIMED_OUT, success: false, "info":"Perform Interaction error response, UI is not supported by system ")

Observed Behavior

SDL respond PerformInteraction with (resultCode: TIMED_OUT, success: false, "info":"Perform Interaction error response")

OS & Version Information

OS/Version: Ubuntu 18.04
SDL Core Version: https://github.com/smartdevicelink/sdl_core/tree/develop (65947fd)

Test Case, Sample Code, and / or Example App

Logs_3926.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions