Search Results for

    Show / Hide Table of Contents

    Class ResponseStatus

    Represents status information of a ResponseMessage<T>.

    Inheritance
    System.Object
    ResponseStatus
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Gremlin.Net.Driver.Messages
    Assembly: cs.temp.dll.dll
    Syntax
    public class ResponseStatus

    Properties

    Attributes

    Gets or sets the attributes with protocol-level information.

    Declaration
    public Dictionary<string, object> Attributes { get; set; }
    Property Value
    Type Description
    Dictionary<System.String, System.Object>

    Code

    Gets or sets the ResponseStatusCode.

    Declaration
    public ResponseStatusCode Code { get; set; }
    Property Value
    Type Description
    ResponseStatusCode

    Message

    Gets or sets the message which is just a human-readable string usually associated with errors.

    Declaration
    public string Message { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © 2018 The Apache Software Foundation