How to use the info function from verror
Find comprehensive JavaScript verror.info code examples handpicked from public code repositorys.
GitHub: corbinisme/Hymnal
11478 11479 11480 11481 11482 11483 11484 11485 11486
var rv, cause, k; mod_assertplus.ok(mod_isError(err), 'err must be an Error'); cause = VError.cause(err); if (cause !== null) { rv = VError.info(cause); } else { rv = {}; }
0
0
1
+ 2 other calls in file
verror.VError is the most popular function in verror (185 examples)