SwiftDocCDocumentationContextDocumentationContext.ContextErrorEnumerationDocumentationContext.ContextErrorAn error that’s encountered while interacting with a DocumentationContext.enum ContextErrorTopicsEnumeration Casescase notFound(URL)The node couldn’t be found in the documentation context.case registrationDisabledThe bundle registration operation is cancelled externally.case unexpectedEmptyPlatformName(String)We allow a symbol declaration with no OS (for REST & Plist symbols) but if such a declaration is found the symbol can have only one declaration.case utf8StringDecodingFailed(url: URL)The file wasn’t UTF-8 encoded.Instance Propertiesvar errorDescription: String