Show / Hide Table of Contents

    Class ErrorCodeExtensions

    A set of extensions that simplify checking for common error scenarios.

    Inheritance
    Object
    ErrorCodeExtensions
    Namespace: Realms.Sync.Exceptions
    Assembly: Realm.dll
    Syntax
    public static class ErrorCodeExtensions

    Methods

    | Improve this Doc View Source

    IsClientResetError(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

    true, if the code indicates a client reset error, false otherwise.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Realm
    Generated by DocFX