Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

Go API

Go documentation

tmux.OptionDecodeError

Go
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/option_decode.go
struct tmux.OptionDecodeError
struct [source]
struct [source]
struct tmux.OptionDecodeError

OptionDecodeError reports a malformed recognized record without retaining its value. It matches ErrMalformedOptionOutput through errors.Is; callers can recover Record and Reason with errors.As. Record is the zero-based physical output line.

4 declared, 0 inherited

Members

  • Error method Error implements error.
  • Reason attribute Reason describes the malformed record without retaining its value.
  • Record attribute Record is the zero-based physical output line.
  • Unwrap method Unwrap makes OptionDecodeError compatible with ErrMalformedOptionOutput.
Esc

Type to search.