punchnet-macos/Tun/Punchnet/SDLError.swift
2026-03-17 16:19:51 +08:00

15 lines
219 B
Swift

//
// SDLError.swift
// sdlan
//
// Created by on 2025/8/2.
//
enum SDLError: Error {
case socketClosed
case socketError
case invalidKey
case unsupportedAlgorithm(algorithm: String)
}