© 2026 Hedgehog Software, LLC
catchAll(Console.error)
{ _id: 'ParseError', message: 'Expected ... actual null' }
catchAll((e) => Console.error(e.toString()))
{ ... } └─ ["text"] └─ is missing
catchAllCause((e) => Console.error(e.toString())
Expected { ...}, actual null at <anonymous> ...