Skip to content

Commit 03eb258

Browse files
committed
Updating 1.15 release notes with the Error Handler method for Viva cards
1 parent f3e643c commit 03eb258

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/spfx/release-1.15.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,15 @@ State caching and the cache expiry time can be used to determine when expensive
207207
Caching can help significantly improve the perceived performance for your Adaptive Card Extension.
208208

209209

210+
### Error Handler Method. This method will be invoked when an Action throws an error
211+
212+
```typescript
213+
BaseView.onActionError(error: IActionErrorArguments): void
214+
```
215+
216+
Override this method to handle errors from Adaptive Card actions.
217+
218+
210219
### New Action type for media
211220

212221
After General Availability the support matrix for media action will be as follows:

0 commit comments

Comments
 (0)