Home
last modified time | relevance | path

Searched refs:ErrPrival (Results 1 – 2 of 2) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/influxdata/go-syslog/v3/rfc5424/
H A Dmachine.go.rl15 …// ErrPrival represents an error in the priority value (PRIVAL) inside the PRI part of the RFC5424…
16 ErrPrival = "expecting a priority value in the range 1-191 or equal to 0"
163 m.err = fmt.Errorf(ErrPrival + ColumnPositionTemplate, m.p)
H A Dmachine.go16 ErrPrival = "expecting a priority value in the range 1-191 or equal to 0" const
1382 m.err = fmt.Errorf(ErrPrival+ColumnPositionTemplate, m.p)
11964 m.err = fmt.Errorf(ErrPrival+ColumnPositionTemplate, m.p)