constants

package
v0.27.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 4, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package constants declares the tsvsheet engine's sentinel error values. The error mechanism (the matchable string type) lives in the shared gomatic/go-error library; these values are this package's own.

Index

Constants

View Source
const (
	ErrCommentCell  errs.Const = "cell text would make the row a comment line"
	ErrDocTooLarge  errs.Const = "document exceeds the resident cell budget"
	ErrEditsAddress errs.Const = "invalid edits address"
	ErrEditsApply   errs.Const = "edits op refused"
	ErrEditsArity   errs.Const = "wrong edits argument count"
	ErrEditsBase    errs.Const = "edits base mismatch"
	ErrEditsBlock   errs.Const = "invalid edits block"
	ErrEditsOp      errs.Const = "unknown edits op"
	ErrInvalidValue errs.Const = "invalid value"
	ErrNotFound     errs.Const = "not found"
	ErrReadInput    errs.Const = "failed to read input"
	ErrSyntax       errs.Const = "syntax error"
	ErrWriteFile    errs.Const = "failed to write file"
)

Keep these constants sorted alphabetically.

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL