Show / Hide Table of Contents

    Class HttpException

    An exception thrown when a transport error occurs during authentication.

    Inheritance
    Object
    Exception
    HttpException
    Implements
    ISerializable
    Namespace: Realms.Sync.Exceptions
    Assembly: Realm.dll
    Syntax
    public class HttpException : Exception, ISerializable

    Properties

    | Improve this Doc View Source

    ErrorCode

    Gets the ErrorCode of the error.

    Declaration
    public ErrorCode? ErrorCode { get; }
    Property Value
    Type Description
    Nullable<ErrorCode>

    An enum value indicating the error code.

    | Improve this Doc View Source

    Payload

    Gets the body of the HTTP response.

    Declaration
    public string Payload { get; }
    Property Value
    Type Description
    String

    The body of the HTTP response.

    | Improve this Doc View Source

    ReasonPhrase

    Gets the Reason-Phrase of the HTTP response.

    Declaration
    public string ReasonPhrase { get; }
    Property Value
    Type Description
    String

    The Reason-Phrase of the HTTP response.

    | Improve this Doc View Source

    StatusCode

    Gets the HttpStatusCode of the response.

    Declaration
    public HttpStatusCode StatusCode { get; }
    Property Value
    Type Description
    HttpStatusCode

    A well known HttpStatusCode.

    Implements

    System.Runtime.Serialization.ISerializable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Realm
    Generated by DocFX