Searched defs:error (Results 1 – 10 of 10) sorted by relevance
21 const error = (...args)=>console.error(logPrefix,...args); function
40 const error = function(...args){ function
42 const error = (...args)=>logHtml('error',...args); function
118 const error = (...args)=>{ function
264 error: e.message property
569 proc do_error_test {name sql error} {
68 const error = (...args)=>logImpl(0, ...args); function
118 const error = (...args)=>logImpl(0, ...args); function
411 char *error; /* Code to execute when an error is seen */ member
1298 static void storeLastErrno(unixFile *pFile, int error){ in storeLastErrno()