Class ErrorCodeExtensions
A set of extensions that simplify checking for common error scenarios.
Namespace: Realms.Sync.Exceptions
Assembly: Realm.Sync.dll
Syntax
public static class ErrorCodeExtensions : object
Methods
| Improve this Doc View SourceIsClientResetError(ErrorCode)
Checks if an error code indicates that a client reset is needed.
Declaration
public static bool IsClientResetError(this ErrorCode code)
Parameters
Type | Name | Description |
---|---|---|
ErrorCode | code | The error code. |
Returns
Type | Description |
---|---|
Boolean |
|