Classifies an unknown thrown value.
Cancellation must never be mistaken for a bug: it is normal control flow and gets a debug log instead of an error report.
if (classifyError(error) === ErrorKind.Cancelled) return; Copy
if (classifyError(error) === ErrorKind.Cancelled) return;
Classifies an unknown thrown value.
Cancellation must never be mistaken for a bug: it is normal control flow and gets a debug log instead of an error report.