Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrMissingConfig = errors.New("config is missing")
)
Functions ¶
func IsConnClosedErr ¶
IsConnClosedErr returns true if err indicates a closed connection error.
func NewSilentErr ¶
func V ¶ added in v0.26.0
V returns a new Logger instance with the specific verbosity level specified if the error is a VerbosityError. See logr.Logger#V().
func WrapSilent ¶
Types ¶
type SilentError ¶
type SilentError struct{ Err error }
SilentError is an error wrapper type that silences an error and only logs them in the debug log.
It is usually used to prevent spamming the default log when Minecraft clients send invalid packets which cannot be read.
func (*SilentError) Error ¶
func (e *SilentError) Error() string
func (*SilentError) Unwrap ¶
func (e *SilentError) Unwrap() error
type VerbosityError ¶ added in v0.26.0
VerbosityError is an error wrapper that specifies the log verbosity of the wrapped error.
func (*VerbosityError) Error ¶ added in v0.26.0
func (e *VerbosityError) Error() string
func (*VerbosityError) Unwrap ¶ added in v0.26.0
func (e *VerbosityError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.