const ErrCodeNotSupported …
const ErrCodeNoPathDefined …
const ErrCodeFsInfoFailed …
func NewNotSupportedError() *MetricsError { … }
func NewNotImplementedError(reason string) *MetricsError { … }
func NewNotSupportedErrorWithDriverName(name string) *MetricsError { … }
func NewNoPathDefinedError() *MetricsError { … }
func NewFsInfoFailedError(err error) *MetricsError { … }
type MetricsError …
func (e *MetricsError) Error() string { … }
func IsNotSupported(err error) bool { … }
func isErrCode(err error, code int) bool { … }