提交
This commit is contained in:
13
TUIKit/TUIRoomKit/Source/Store/Error/ErrorActions.swift
Normal file
13
TUIKit/TUIRoomKit/Source/Store/Error/ErrorActions.swift
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// 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)
|
||||
}
|
||||
Reference in New Issue
Block a user