punchnet-macos/Tun/Errors/SDLError.swift
2026-05-21 14:51: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)
}