Thrown by run() when the task handler threw on the worker, or when the
worker crashed while the task was in flight. Carries the remote error's
serialized shape.
readonly
remoteName: string
The remote error's name.
readonly
optional
remoteStack: string
The remote error's stack, when the worker provided one.
readonly
taskModule: string
The task-module specifier the failing task belonged to.