Files
featherVoice/TUIKit/TUIRoomKit/Source/Store/Error/ErrorActions.swift

14 lines
268 B
Swift
Raw Normal View History

2025-08-08 10:49:36 +08:00
//
// ErrorActions.swift
// TUIRoomKit
//
// Created by CY zhao on 2024/6/13.
//
import Foundation
enum ErrorActions {
static let key = "action.error"
static let throwError = ActionTemplate(id: key.appending(".throwError"), payloadType: RoomError.self)
}