punchnet-macos/Tun/Context/SDLContextError.swift
2026-05-27 22:57:39 +08:00

18 lines
287 B
Swift

//
// SDLContextError.swift
// punchnet
//
// Created by on 2026/5/27.
//
import Foundation
enum SDLContextError: Error {
case udpHoleClosed
case dnsLocalClientClosed
case dnsLocalClientCancelled
case dnsClientClosed
case dnsClientCancelled
}