partialFailure property

bool? partialFailure
getter/setter pair

If true, successful operations will be carried out and invalid operations will return errors.

If false, operations will be carried in a single transaction if and only if they are all valid. Default is false.

Implementation

core.bool? partialFailure;