Skip to content

Commit 90beea9

Browse files
committed
fix build: update describe for status_codes.cpp
Tests: протестировано CI Pull Request resolved: #1018 commit_hash:f623e3447c14459647a22cbf51fff6b4de9fc67b
1 parent d2c6b12 commit 90beea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grpc/src/ugrpc/status_codes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ grpc::StatusCode Parse(std::string_view value, To<grpc::StatusCode>) {
8585
const auto result = ugrpc::kStatusCodesMap.TryFind(value);
8686
if (!result) {
8787
throw std::runtime_error(fmt::format(
88-
"Invalid value of grpc::StatusCode: '{}' is not one of {}", value, ugrpc::kStatusCodesMap.Describe()
88+
"Invalid value of grpc::StatusCode: '{}' is not one of {}", value, ugrpc::kStatusCodesMap.DescribeSecond()
8989
));
9090
}
9191
return *result;

0 commit comments

Comments
 (0)