package google.rpc

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

enum Code

code.proto:32

The canonical error codes for gRPC APIs. Sometimes multiple error codes may apply. Services should return the most specific error code that applies. For example, prefer `OUT_OF_RANGE` over `FAILED_PRECONDITION` if both codes apply. Similarly prefer `NOT_FOUND` or `ALREADY_EXISTS` over `FAILED_PRECONDITION`.

Used in: kurrent.rpc.ErrorMetadata, kurrentdbclient.status.Status