Home
last modified time | relevance | path

Searched defs:userError (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/toolchain-utils/compiler_wrapper/
H A Derrors.go15 type userError struct { struct
16 err string
21 func (err userError) Error() string {
/aosp_15_r20/external/rappor/ui/
H A Dtable-lib.js36 function userError(errElem, msg) { function