Interface SnippetOutcome.UnresolvedReferences

All Superinterfaces:
SnippetOutcome, SnippetOutcome.HasSnippet
Enclosing interface:
SnippetOutcome

public static sealed interface SnippetOutcome.UnresolvedReferences extends SnippetOutcome, SnippetOutcome.HasSnippet
Indicates that a declaration was successful but it contained unresolved references and those references were not resolved by any subsequent snippets in the same source.

Note: When a declaration contains unresolved references that are all subsequently resolved later in the same script, it returns SnippetOutcome.SuccessfulNoValue.