You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2022/06/16 09:04:11 UTC

[GitHub] [tinkerpop] FlorianHockmann commented on a diff in pull request #1698: Complete ResponseStatusCodeEnum in .NET

FlorianHockmann commented on code in PR #1698:
URL: https://github.com/apache/tinkerpop/pull/1698#discussion_r898855692


##########
gremlin-dotnet/src/Gremlin.Net/Driver/Messages/ResponseStatusCode.cs:
##########
@@ -76,6 +92,22 @@ public enum ResponseStatusCode
         /// </summary>
         ServerError = 500,
 
+        /// <summary>
+        ///     A server error that indicates that the client should retry the request. A graph will typically return this error

Review Comment:
   Looks like a copy-paste error. The [Java docs here](https://github.com/apache/tinkerpop/blob/8e8d19d231fc3cd25659f46adabe95ce47973598/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/message/ResponseStatusCode.java#L120) are actually:
   
   ```java
   /**
    * A server error that is produced when the {@link GraphTraversal#fail()} step is triggered. The returned exception
    * will include information consistent with the {@link Failure} interface.
    *
    * @since 3.6.0
    */
   ```
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org