We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ffc7b commit 2abb3cdCopy full SHA for 2abb3cd
src/stores/widgets/StopGapWidgetDriver.ts
@@ -693,10 +693,10 @@ export class StopGapWidgetDriver extends WidgetDriver {
693
}
694
695
/**
696
- * Expresses a {@link MatrixError} as a {@link IWidgetApiErrorResponseDataDetails}
+ * Expresses a {@link MatrixError} as a JSON payload
697
* for use by Widget API error responses.
698
* @param error The error to handle.
699
- * @returns The error expressed as a {@link IWidgetApiErrorResponseDataDetails},
+ * @returns The error expressed as a JSON payload,
700
* or undefined if it is not a {@link MatrixError}.
701
*/
702
public processError(error: unknown): IWidgetApiErrorResponseDataDetails | undefined {
0 commit comments