Searched defs:userError (Results 1 – 2 of 2) sorted by relevance
15 type userError struct { struct16 err string21 func (err userError) Error() string {
36 function userError(errElem, msg) { function