SyncError enum

Synchronization error name.

Inheritance

Constructors

SyncError()
const

Values

authIncorrectCriticalVersion → const SyncError

Unsupported client version.

syncIncorrectData → const SyncError

The transmitted data is incorrect.

syncBlocked → const SyncError

Synchronization is blocked.

Another client is synchronizing.

syncNotSaved → const SyncError

Error while saving data.

Internal error when saving on the server.

syncEntityNotFound → const SyncError

The entity could not be found.

The creation event was not processed on the server this entity, so it can't update.

syncFieldNotFound → const SyncError

Could not find the field.

An entity field update was sent that the server does not know about.

syncEmptyFile → const SyncError

An empty file was transferred.

An attempt was made to load a file of zero size.

syncInternalSyncError → const SyncError

Internal synchronization error on the server.

syncTemporarilyImpossible → const SyncError

Synchronization is temporarily unavailable.

updateEntityError → const SyncError

Error updating entities.

downloadFilesError → const SyncError

Error downloading files.

networkError → const SyncError

Network error.

authError → const SyncError

Authorisation error.

temporaryServerError → const SyncError

Temporary server error.

internalError → const SyncError

Internal error.

updateLinksExeption → const SyncError

Error updating links.

unknown → const SyncError

Unknown error.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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.
inherited

Operators

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

Constants

values → const List<SyncError>
A constant List of the values in this enum, in order of their declaration.