FdcDataApplyFailure class final
Failed adapter apply result containing structured row-level errors.
The dataset preserves or restores rejected dirty state so callers can correct values and retry or cancel the operation.
- Inheritance
-
- Object
- FdcDataApplyResult
- FdcDataApplyFailure
Constructors
-
FdcDataApplyFailure({Map<
int, Object> ? insertedKeys, Map<int, Map< ? serverRows, List<String, Object?> >FdcDataApplyError> ? errors}) -
Creates a FdcDataApplyFailure.
const
Properties
-
errors
→ List<
FdcDataApplyError> -
Errors associated with this result.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
insertedKeys
→ Map<
int, Object> -
Backend-generated keys indexed by local record identifier.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
serverRows
→ Map<
int, Map< String, Object?> > -
Backend-confirmed row values indexed by local record identifier.
finalinherited
- success → bool
-
Whether the adapter accepted the complete apply request.
finalinherited
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