errors.fyi community error code reference
http.ErrAbortHandler
go

Abort Handler

A panic value used to abort an HTTP handler and close the connection without sending a response. Panicking with this value suppresses the server's stack trace logging.

References

โ† all namespaces for http.ErrAbortHandler