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
When sending multiple action data items to an action and the action is delegated to the action worker and an error occurs for one of the items, the action_data_error_index is always 0 in the error returned by the action worker. The same holds true for the action_error_index.
The text was updated successfully, but these errors were encountered:
When sending multiple action data items to an action and the action is delegated to the action worker and an error occurs for one of the items, the
action_data_error_index
is always 0 in the error returned by the action worker. The same holds true for theaction_error_index
.The text was updated successfully, but these errors were encountered: