DatumSyncErrorEvent<T extends DatumEntityBase> class

Event fired when an error occurs during synchronization.

Inheritance

Constructors

DatumSyncErrorEvent({required String userId, required Object error, StackTrace? stackTrace, DateTime? timestamp})
Creates a sync error event.

Properties

error Object
The error object or message.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
The stack trace associated with the error, if available.
final
timestamp DateTime
The time at which the event occurred.
finalinherited
userId String
The user ID associated with this event.
finalinherited

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