FdcDataSetErrorsApi class final

Public error-message facade for FdcDataSet.

Error clearing remains controlled by dataset lifecycle/edit/apply operations;

this API is intentionally read-only.

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
Combined user-facing dataset error message.
no setter
messages FdcDataSetErrorMessagesApi
Indexed read-only access to individual error messages.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

messageForField(String fieldName, {int? recordId}) String?
Returns the error message for fieldName on recordId.
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