InvalidDataException class
Thrown when one attempts to insert or update invalid data into a table.
- Implemented types
Constructors
-
InvalidDataException(String message, [Map<
VerificationMeta, VerificationResult> errors = const {}]) -
Construct a new InvalidDataException from the
message
.
Properties
-
errors
→ Map<
VerificationMeta, VerificationResult> -
All errors that were found in this InvalidDataException.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
A message explaining why the data couldn't be inserted into the database.
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