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: 0.6.1.0
Syntax
public StatusCode StatusCode { get; }

Property Value

Type: StatusCode
See Also