errors.fyi community error code reference
context.DeadlineExceeded
go

Context Deadline Exceeded

The context's deadline passed before the operation completed. Implements both error and context.DeadlineExceeded interfaces.

References

โ† all namespaces for context.DeadlineExceeded