context.Canceled
go Context Cancelled
The operation was cancelled because the context was cancelled via its CancelFunc. Check with errors.Is(err, context.Canceled).
The operation was cancelled because the context was cancelled via its CancelFunc. Check with errors.Is(err, context.Canceled).