Versions in this module Expand all Collapse all v0 v0.0.1 Nov 1, 2023 Changes in this version + func WrapWithDetails(err error, errType ErrType, componentName ComponentName) error + type ComponentName string + type DetailsError struct + Component ComponentName + Type ErrType + func ExtractDetailsError(err error) (*DetailsError, bool) + func (de *DetailsError) Cause() error + func (de *DetailsError) Error() string + func (de *DetailsError) Format(s fmt.State, verb rune) + func (de *DetailsError) Unwrap() error + type ErrType string