ISyncErrorManager class abstract

Interface para gerenciamento de erros de sincronização

Implementers

Constructors

ISyncErrorManager.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearAllErrors() Future<void>
clearSentErrors() Future<void>
getAllErrors() Future<List<SyncError>>
getPendingErrors() Future<List<SyncError>>
logError({required String message, String? stackTrace, Map<String, dynamic>? metadata, String? category, String? entityType, String? entityId}) Future<void>
markErrorAsSent(String errorId) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeError(String errorId) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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