Ditto 5.0.0
Loading...
Searching...
No Matches
DittoSDK.Exceptions.ExpirationHandlerMissingException Class Reference

Thrown if the Ditto instance was initialized with Connect set to DittoConfigConnect.Server while ExpirationHandler is null. For sync to work with server connections, Ditto requires (a) a DittoAuthenticationExpirationHandler to be set via ditto.Auth.ExpirationHandler, and (b) that handler to properly authenticate when requested. More...

Inheritance diagram for DittoSDK.Exceptions.ExpirationHandlerMissingException:
DittoSDK.Exceptions.DittoAuthenticationException DittoSDK.Exceptions.DittoException

Additional Inherited Members

Properties inherited from DittoSDK.Exceptions.DittoAuthenticationException
string ClientInfoJson [get, set]

Detailed Description

Thrown if the Ditto instance was initialized with Connect set to DittoConfigConnect.Server while ExpirationHandler is null. For sync to work with server connections, Ditto requires (a) a DittoAuthenticationExpirationHandler to be set via ditto.Auth.ExpirationHandler, and (b) that handler to properly authenticate when requested.