Interface: MatrixWidgetAPIErrorResponse
Matrix.MatrixWidgetAPIErrorResponse
MatrixWidgetAPIErrorResponse interface represents an error response to a Matrix widget API request.
Hierarchy
↳
MatrixWidgetAPIErrorResponse
Table of contents
Properties
Properties
action
• action: string
Inherited from
MatrixWidgetAPIResponse.action
Defined in
api
• api: "fromWidget"
| "toWidget"
Inherited from
Defined in
data
• data: unknown
Inherited from
Defined in
requestId
• requestId: string
Inherited from
MatrixWidgetAPIResponse.requestId
Defined in
response
• response: Object
Type declaration
Name | Type |
---|---|
error | { message : string } |
error.message | string |
Overrides
MatrixWidgetAPIResponse.response
Defined in
widgetId
• widgetId: string
Inherited from
MatrixWidgetAPIResponse.widgetId