Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Error ¶
type Error struct {
Pos Pos // line / column
RuleId string // rule‑ID (may be empty)
RuleHash string // rule‑hash (may be empty)
CreId string // cre‑ID (may be empty)
Msg string // optional extra text
File string // file name
Err error // wrapped sentinel or nested error
}
func (*Error) GetRuleHash ¶
Click to show internal directories.
Click to hide internal directories.