GRPC Core
9.0.0
|
#include <grpc/support/port_platform.h>
#include <grpc/status.h>
#include <stdbool.h>
#include <string.h>
Go to the source code of this file.
Data Structures | |
class | grpc_core::internal::StatusCodeSet |
A set of grpc_status_code values. More... | |
Namespaces | |
grpc_core | |
Round Robin Policy. | |
grpc_core::internal | |
Functions | |
bool | grpc_status_code_from_string (const char *status_str, grpc_status_code *status) |
If status_str is a valid status string, sets status to the corresponding status value and returns true. More... | |
const char * | grpc_status_code_to_string (grpc_status_code status) |
Returns the string form of status, or "UNKNOWN" if invalid. More... | |
bool grpc_status_code_from_string | ( | const char * | status_str, |
grpc_status_code * | status | ||
) |
If status_str is a valid status string, sets status to the corresponding status value and returns true.
const char* grpc_status_code_to_string | ( | grpc_status_code | status | ) |
Returns the string form of status, or "UNKNOWN" if invalid.