Show / Hide Table of Contents

    Class ErrorCodeExtensions

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

    Inheritance
    Object
    ErrorCodeExtensions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace:Realms.Sync.Exceptions
    Assembly:Realm.Sync.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 © 2017 Realm
    Generated by DocFX