34 #ifndef GRPC_INTERNAL_CORE_TRANSPORT_CHTTP2_STATUS_CONVERSION_H
35 #define GRPC_INTERNAL_CORE_TRANSPORT_CHTTP2_STATUS_CONVERSION_H
37 #include <grpc/grpc.h>
38 #include "src/core/transport/chttp2/http2_errors.h"
41 grpc_chttp2_error_code grpc_chttp2_grpc_status_to_http2_error(
42 grpc_status_code status);
43 grpc_status_code grpc_chttp2_http2_error_to_grpc_status(
44 grpc_chttp2_error_code error);
47 grpc_status_code grpc_chttp2_http2_status_to_grpc_status(
int status);
48 int grpc_chttp2_grpc_status_to_http2_status(grpc_status_code status);