SyncErrorManager class

Implementação interna do gerenciador de erros de sincronização

Implemented types

Constructors

SyncErrorManager.new(IStorageProvider _storageProvider, ISyncLoggerDebugProvider? _loggerProvider)

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

Operators

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