You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some use cases, pre-condition for a given operation might be relaxed (e.g. the pre-condition that a deleted element has to exist).
An optional strict boolean field can be added to operations where it makes sense so that the operation doesn't fail if the pre-condition doesn't hold, and the operation is simply ignored.
This is not part of the standard, and the default behavior should be unchanged.