continueOnError property

  1. @override
bool continueOnError
override

If true, processing will continue after an error. Otherwise, processing is stopped and subsequent operations fail with a 424 HttpStatusCode.failedDependency status code.

Implementation

@override
bool get continueOnError => _continueOnError && !isAtomic;