Enum StatusCode
Namespace: Grpc.Core
Assembly: Grpc.Core.Api.dll
Syntax
public enum StatusCode
Fields
| Name | Description |
|---|---|
| Aborted | |
| AlreadyExists | |
| Cancelled | |
| DataLoss | |
| DeadlineExceeded | |
| FailedPrecondition | |
| Internal | |
| InvalidArgument | |
| NotFound | |
| OK | |
| OutOfRange | |
| PermissionDenied | |
| ResourceExhausted | |
| Unauthenticated | |
| Unavailable | |
| Unimplemented | |
| Unknown |