Skip to content

Commit

Permalink
CLIENT_GRPC_ERROR was added to switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Melnichenko authored and nvamelichev committed Aug 23, 2024
1 parent f8d1e20 commit 11da611
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public static void validate(String request, StatusCode statusCode, String respon
throw new YdbOverloadedException(request, response);

case CLIENT_CANCELLED:
case CLIENT_GRPC_ERROR:
case CLIENT_INTERNAL_ERROR: // неизвестная ошибка на клиентской стороне (чаще всего транспортного уровня)
checkGrpcContextStatus(response, null);

Expand Down

0 comments on commit 11da611

Please sign in to comment.