Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidMetricName = errors.New("invalid metric name") ErrNoGenerators = errors.New("no generators specified for metric gauge") ErrUnknownGenerator = errors.New("unknown generator") )
Custom error types
Functions ¶
This section is empty.
Types ¶
type DecodeError ¶
func (*DecodeError) Error ¶
func (e *DecodeError) Error() string
func (*DecodeError) Unwrap ¶
func (e *DecodeError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.