You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDL sends wrong CreateInteractionChoiceSet response in case success type of response(resultCode: WARNINGS, RETRY, SAVED, WRONG_LANGUAGE, TRUNCATED_DATA) from HMI
#3858
Closed
VjKlepikov opened this issue
Feb 15, 2022
· 2 comments
SDL sends wrong CreateInteractionChoiceSet response in case success type of response(resultCode: WARNINGS, RETRY, SAVED, WRONG_LANGUAGE, TRUNCATED_DATA) from HMI
Reproduction Steps
SDL and HMI are started
Mobile app is registered and activated
Mobile app requests CreateInteractionChoiceSet
HMI responds with 7 result code(RETRY) in result structure
Expected Behavior
Mobile app receives CreateInteractionChoiceSet response with resultCode=RETRY, success=true
Observed Behavior
Mobile app receives CreateInteractionChoiceSet response with resultCode=RETRY, success=false
Note: SDL send CreateInteractionChoiceSet response "success=true, resultCode=SUCCESS" in case success type of response WARNINGS
Bug Report
SDL sends wrong CreateInteractionChoiceSet response in case success type of response(resultCode: WARNINGS, RETRY, SAVED, WRONG_LANGUAGE, TRUNCATED_DATA) from HMI
Reproduction Steps
Expected Behavior
Mobile app receives CreateInteractionChoiceSet response with resultCode=RETRY, success=true
Observed Behavior
Mobile app receives CreateInteractionChoiceSet response with resultCode=RETRY, success=false
Note: SDL send CreateInteractionChoiceSet response "success=true, resultCode=SUCCESS" in case success type of response WARNINGS
OS & Version Information
Logs:
Logs.zip
The text was updated successfully, but these errors were encountered: