func NewInvalidContextResolutionError()

in pkg/confidence/models.go [42:47]


func NewInvalidContextResolutionError(msg string) ResolutionError {
	return ResolutionError{
		code:    InvalidContextCode,
		message: msg,
	}
}