On this page
TmuxError.invalidEndpoint(_:)
- Declared in
- TmuxError
- Package
- libtmux-swift
- Source
- Sources/LibTmux/TmuxError.swift
- invalidEndpoint(_:) : case invalidEndpoint(InvalidEndpoint)
-
The endpoint is not addressable. A UNIX socket path has a hard length limit far shorter than the filesystem's, and exceeding it fails at bind time rather than at construction.
0 declared, 0 inherited