# TmuxError.invalidEndpoint(_:)

- **Module:** TmuxError
- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** constant
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmux/TmuxError.swift#L34
- **Page:** https://libtmux.org/en/swift/latest/reference/tmuxerror-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.
