Searched defs:labelError (Results 1 – 2 of 2) sorted by relevance
322 type labelError struct{ label, code_ string } argument324 func (e labelError) code() string { return e.code_ }325 func (e labelError) Error() string {
320 type labelError struct{ label, code_ string } struct322 func (e labelError) code() string { return e.code_ }323 func (e labelError) Error() string {