errors.fyi community error code reference
http.ErrServerClosed
go

Server Closed

Returned by Server.Serve after Server.Shutdown or Server.Close is called. Callers should treat this as a normal shutdown signal, not an error.

References

โ† all namespaces for http.ErrServerClosed