Delegate SyncConfigurationBase.SessionErrorCallback
Callback triggered when an error occurs in a session.
Namespace: Realms.Sync
Assembly: Realm.dll
Syntax
public delegate void SyncConfigurationBase.SessionErrorCallback(Session session, SessionException error)
Parameters
Type | Name | Description |
---|---|---|
Session | session | The Session where the error happened on. |
SessionException | error | The specific SessionException occurred on this Session. |