How to use the info function from verror

Find comprehensive JavaScript verror.info code examples handpicked from public code repositorys.

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 = {};
}
fork icon0
star icon0
watch icon1

+ 2 other calls in file