On this page
formats.row.FormatCodecErrorKind
- Module
- formats.row
- Package
- libtmux
- Source
- crates/libtmux/src/formats/row.rs
13 declared, 0 inherited
Members
- DanglingEscape constant A backslash was the final raw byte, or an octal escape was truncated.
- DuplicateDescriptor constant Explicit projection repeated a nonbaseline descriptor.
- EmbeddedNul constant Raw tmux output contained NUL.
- EmptyPlan constant A test-only descriptor plan was empty.
- InvalidEscape constant An escape sequence is not produced by the plan's transport dialect.
- InvalidValue constant Typed decoder rejected a selected value.
- MissingFieldTerminator constant A field reached EOF without an unescaped percent.
- MissingRowLf constant A parsed row did not end with LF.
- NonAscii constant An ASCII descriptor contained a non-ASCII byte.
- PlanRowMismatch constant A row and plan did not share the same ordered selection.
- RequiredFieldEmpty constant A required selected field was empty.
- ScopeInapplicable constant Descriptor cannot be resolved by the requested list profile.
- UnexpectedRowTerminator constant A byte other than LF followed the final field.