Exception indicating that we tried to upload an item to the datastore that already exists.
Data in the datastore is (mostly) immutable. Replacing an item is possible, but you have to
set a flag. If you don't set the flag, and you're replacing something, this exception gets
thrown.
Exception indicating that we tried to upload an item to the datastore that already exists.
Data in the datastore is (mostly) immutable. Replacing an item is possible, but you have to set a flag. If you don't set the flag, and you're replacing something, this exception gets thrown.