GraphException.ErrorCode Property

Definition

Error code associated with the exception. Semantic for graph error codes is described in tinkerpop's provider documentation: http://tinkerpop.apache.org/docs/current/dev/provider/#_graph_driver_provider_requirements General detail regarding HTTP Error codes as described by RFC 2615: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

public Microsoft.Azure.Graphs.GraphStatusCode ErrorCode { get; set; }
Property Value