Skip to content

Commit 4d0a5e8

Browse files
author
Mark
committed
responsecode check error
1 parent ada63cf commit 4d0a5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/arangodb/internal/velocystream/Communication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
*/
5151
public class Communication {
5252

53-
private static final int ERROR_STATUS = 400;
53+
private static final int ERROR_STATUS = 300;
5454

5555
private static final Logger LOGGER = LoggerFactory.getLogger(Communication.class);
5656

0 commit comments

Comments
 (0)