gRPC Status Code
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://statuscodefyi.com/iframe/glossary/grpc-status-code/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://statuscodefyi.com/glossary/grpc-status-code/
Add a dynamic SVG badge to your README or docs.
[](https://statuscodefyi.com/glossary/grpc-status-code/)
Use the native HTML custom element.
One of 17 standard numeric codes (0–16) returned by gRPC services, including OK (0), CANCELLED (1), UNKNOWN (2), INVALID_ARGUMENT (3), NOT_FOUND (5), and INTERNAL (13). Every gRPC response carries a status code and optional message, even on success. The codes map loosely to HTTP status code semantics but are protocol-independent. Rich error details can be attached via google.rpc.Status to convey structured error information beyond the numeric code.