error property

String? error
final

Error message if the event represents a failure.

Only populated for SyncEventType.syncFailed and SyncEventType.operationFailed events.

Implementation

final String? error;