FdcDataSetError class
Read-only dataset error entry emitted by the dataset error pipeline.
Application code normally should not create this object directly. To abort a lifecycle event, throw FdcDataSetAbortException with a message and optional code/field context instead.
Properties
- cause → Object?
-
Original exception or backend object that caused this error.
final
- code → String?
-
Optional stable machine-readable error code.
final
- fieldName → String?
-
Dataset field name associated with this object.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
User-facing message text.
final
- recordId → int?
-
Internal record identifier.
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited