StatusStatusCode Property |
Gets the gRPC status code. OK indicates success, all other values indicate an error.
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntaxpublic StatusCode StatusCode { get; }
Public ReadOnly Property StatusCode As StatusCode
Get
public:
property StatusCode StatusCode {
StatusCode get ();
}
member StatusCode : StatusCode with get
Property Value
Type:
StatusCode
See Also