ResourceConflictException class
Thrown if an update can't be applied because the resource was changed by another call and this would result in a conflict.
- Implemented types
Constructors
- ResourceConflictException({required String message})
-
ResourceConflictException.fromJson(Map<
String, dynamic> json) -
factory
Properties
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