SwiftDocCTopicReferenceResolutionResultEnumerationTopicReferenceResolutionResultA topic reference that has been resolved, either successfully or not.enum TopicReferenceResolutionResultTopicsEnumeration Casescase failure(UnresolvedTopicReference, TopicReferenceResolutionErrorInfo)A topic reference that has failed to resolve to known documentation and an error message with information about why the reference failed to resolve.case success(ResolvedTopicReference)A topic reference that has successfully been resolved to known documentation.Instance Propertiesvar description: String