Status Class |
public sealed class Status : IMessage<Status>, IMessage, IEquatable<Status>, IDeepCloneable<Status>, IBufferMessage
The Status type exposes the following members.
Name | Description | |
---|---|---|
![]() | Status | |
![]() | Status(Status) | |
![]() | Status(StatusCode, String) | Constructor to create a new status message. |
Name | Description | |
---|---|---|
![]() | Code | |
![]() ![]() | Descriptor | |
![]() | Details | |
![]() ![]() | Parser |
Name | Description | |
---|---|---|
![]() | CalculateSize | |
![]() | Clone | |
![]() | Equals(Object) | (Overrides ObjectEquals(Object)) |
![]() | Equals(Status) | |
![]() ![]() | Error | Creates a new error status with details on the error. |
![]() | GetHashCode | (Overrides ObjectGetHashCode) |
![]() | MergeFrom(CodedInputStream) | |
![]() | MergeFrom(Status) | |
![]() | ToString | (Overrides ObjectToString) |
![]() ![]() | Warning | Creates a new warning status with details on the warning. |
![]() | WriteTo |
Name | Description | |
---|---|---|
![]() ![]() | CodeFieldNumber | Field number for the "code" field. |
![]() ![]() | DetailsFieldNumber | Field number for the "details" field. |