gRPC

1 CANCELLED

The operation was cancelled, typically by the caller.

When You See This Code

The client explicitly cancelled the RPC, or a deadline or context cancellation propagated to the server before it could finish processing.

How to Fix

If unexpected, check whether the client is setting too-short deadlines or if cancellation is being triggered inadvertently in your call chain.

Specification

View RFC / Specification →