mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
docs
This commit is contained in:
parent
454cfbe7a1
commit
4e1b59105d
1 changed files with 4 additions and 1 deletions
|
|
@ -156,7 +156,10 @@ actor TerminalManager {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Errors that can occur in tunnel operations
|
/// Errors that can occur in tunnel operations.
|
||||||
|
///
|
||||||
|
/// Represents various failure modes in terminal session management
|
||||||
|
/// including missing sessions, execution failures, and timeouts.
|
||||||
enum TunnelError: LocalizedError {
|
enum TunnelError: LocalizedError {
|
||||||
case sessionNotFound
|
case sessionNotFound
|
||||||
case commandExecutionFailed(String)
|
case commandExecutionFailed(String)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue