update doc

This commit is contained in:
Florian Renaud 2023-02-17 12:22:02 +01:00
parent 84ccd30ab7
commit 8f56f9de46
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ sealed interface VectorSettingsPushRuleNotificationViewEvent : VectorViewEvents
/**
* A failure has occurred.
*
* @property ruleId the global rule id related to the failure.
* @property throwable the related exception, if any.
*/
data class Failure(val ruleId: String, val throwable: Throwable?) : VectorSettingsPushRuleNotificationViewEvent