class EndstateNetworkError extends EndstateError
Example
if (error instanceof EndstateNetworkError && error.safeToRetry) retry();
The request never completed. Carries safeToRetry and the idempotencyKey that was used, so you can recover the original operation.