Click or drag to resize

StatusStatusCode Property

Gets the gRPC status code. OK indicates success, all other values indicate an error.

Namespace:  Grpc.Core
Assembly:  Grpc.Core (in Grpc.Core.dll) Version: 1.2.0-dev
Syntax
public StatusCode StatusCode { get; }

Property Value

Type: StatusCode
See Also