-
Notifications
You must be signed in to change notification settings - Fork 13
Move eventIndex in interact response to event error/warning report object #68
Copy link
Copy link
Closed
Labels
taskItem that can be completed as a standalone code change or is part of an epic.Used by issue templateItem that can be completed as a standalone code change or is part of an epic.Used by issue template
Milestone
Description
Task description
Currently the "eventIndex" for event errors and event warnings in the interact response is expected to be a top-level field in an event error/warning object. However, Konductor defines the eventIndex in the "report" object, so Edge is looking in the wrong place for that field.
- Change NetworkResponseHandler to look for "eventIndex" in the "report" object of the event error and event warning objects.
- Update test cases accordingly.
Additional implementation details or code snippet(s)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
taskItem that can be completed as a standalone code change or is part of an epic.Used by issue templateItem that can be completed as a standalone code change or is part of an epic.Used by issue template