in pkg/confidence/models.go [43:48]
func NewInvalidContextResolutionError(msg string) ResolutionError { return ResolutionError{ code: InvalidContextCode, message: msg, } }