RevisionConflictException class

Exception used when an update to an entity failed due to a conflict in the stored entity revision and updated entity revision. Can also happen if you attempt to create an entity with the same id as an existing entity (in that case, the existing entity has a non-null revision and the new entity has a null revision)

Implemented types

Constructors

RevisionConflictException.new(String? platformStackTrace)

Properties

hashCode int
The hash code for this object.
no setterinherited
platformStackTrace String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited