in lib/errors.js [130:134]
export function throwIfError(errCode) { if (errCode !== 0) { throw H3LibraryError(errCode); } }