Get the error registry entry for a BusError code.
if (result.error instanceof BusError) { const entry = getErrorEntry(result.error.code); console.log(entry?.fix); // actionable fix suggestion} Copy
if (result.error instanceof BusError) { const entry = getErrorEntry(result.error.code); console.log(entry?.fix); // actionable fix suggestion}
Get the error registry entry for a BusError code.