func()

in pkg/confidence/resolution_details.go [14:16]


func (r ResolutionError) Error() string {
	return fmt.Sprintf("%s: %s", r.code, r.message)
}