errors.fyi community error code reference
context.Canceled
go

Context Cancelled

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

References

โ† all namespaces for context.Canceled