FdcDataSetAbortException class

Signals an intentional cancellation of the current dataset operation.

This is distinct from an adapter or validation failure and is used to stop lifecycle work without reporting a backend error.

Inheritance

Constructors

FdcDataSetAbortException(String message, {String? fieldName, String? code, Object? cause})
Creates a FdcDataSetAbortException.
FdcDataSetAbortException.silent()
Creates a FdcDataSetAbortException.
const

Properties

cause Object?
Original exception or backend object that caused this error.
finalinherited
errors List<FdcDataSetError>
Errors associated with this result.
finalinherited
hasDisplayError bool
True when the abort contains content suitable for application error UI.
no setter
hashCode int
The hash code for this object.
no setterinherited
isSilent bool
True when the abort carries no message and no structured errors.
no setter
message String
User-facing message text.
finalinherited
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