IActionErrorArguments type

The object passed to IAdaptiveCardExtensionActionView.onActionError when an error occured while executing Adaptive Card Action.

export declare type IActionErrorArguments = IBaseActionErrorArguments | ISelectMediaActionErrorArguments | ILocationErrorArguments;

Remarks

Only Submit, ShowCard, Execute, 'Viva.SelectMedia', 'Viva.GetLocation' and 'Viva.ShowLocation; actions are routed to the IAdaptiveCardExtensionActionView.onActionError handler.