go · go/context.Canceled
context.Canceled
Context Cancelled
The operation was cancelled because the context was cancelled via its CancelFunc. Check with errors.Is(err, context.Canceled).
References
In this namespace
— start of namespace —
next → context.DeadlineExceeded Context Deadline Exceeded