Initializer
init(summary:solutions:)
Creates a new value with information about why the external resolver failed to resolve the link(_:), or symbol(_:) request.
init(summary: String, solutions: [OutOfProcessReferenceResolver.ResponseV2.DiagnosticInformation.Solution]?)
Parameters
summaryA brief user-facing summary of the issue that caused the external resolver to fail.
solutionsPossible possible suggested solutions that can address the failure.