FdcDataApplyError class

Structured error for a record rejected during adapter apply.

Errors may identify a record and field and carry a stable backend/application code in addition to the user-facing message.

Constructors

FdcDataApplyError({required int recordId, required String message, String? fieldName, String? code})
Creates a FdcDataApplyError.
const

Properties

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.
inherited

Operators

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