Home
last modified time | relevance | path

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

/dports/textproc/go-yq/yq-4.7.0/vendor/github.com/timtadh/data-structures/trie/
H A Dtst_node.go142 return nil, errors.TSTError("depth exceeds key length")
145 return nil, errors.TSTError("key must end in 0")
200 return nil, errors.TSTError("`a` must be an accepting node")
202 return nil, errors.TSTError("`b` must be an accepting node")
206 errors.TSTError("depth of split exceeds key length of b")
/dports/textproc/go-yq/yq-4.7.0/vendor/github.com/timtadh/data-structures/errors/
H A Derrors.go86 func TSTError(a ...interface{}) error { func
102 "tst-error": TSTError,