Status Structure |
Namespace: Grpc.Core
The Status type exposes the following members.
Name | Description | |
---|---|---|
![]() | Detail |
Gets the detail.
|
![]() | StatusCode |
Gets the gRPC status code. OK indicates success, all other values indicate an error.
|
Name | Description | |
---|---|---|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Returns a String that represents the current Status.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
![]() ![]() | DefaultCancelled |
Default result of a cancelled RPC. StatusCode=Cancelled, empty details message.
|
![]() ![]() | DefaultSuccess |
Default result of a successful RPC. StatusCode=OK, empty details message.
|