public static StatusCode ConvertHttpStatusCode(int httpStatusCode)
Converts an HTTP status code into the corresponding gRPC status code.
Note that there is not a 1:1 correspondence between status code; multiple
HTTP status codes can map to the same gRPC status code.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `RestGrpcAdapter` class implements the `GrpcAdapter` interface, utilizing HTTP/1.1 and JSON for communication within a gRPC context."],["This class is derived from `GrpcAdapter`, inheriting its functionalities and ultimately descending from the base `Object` class."],["The `RestGrpcAdapter` offers a `Default` property, which provides the designated gRPC adapter specifically tailored for REST transport."],["It also provides a static method `ConvertHttpStatusCode` to map HTTP status codes to their respective gRPC status code equivalents."],["The latest version available for this class is 4.10.0."]]],[]]