SwiftDocCDocumentationServerErrorStructureDocumentationServerErrorAn error that occurs during the processing of a message by a documentation service.struct DocumentationServerErrorTopicsInitializersinit(from: any Decoder) throwsInstance Propertiesvar description: StringThe human-readable description of the error.var errorDescription: Stringvar identifier: StringThe identifier of the error.Type Methodsstatic func invalidMessage(underlyingError: String) -> DocumentationServerErrorAn error that indicates that a received message could not be decoded, likely because it is encoded in an invalid format.static func invalidResponseMessage(underlyingError: String) -> DocumentationServerErrorAn error that indicates that a response message could not be encoded.static func unsupportedMessageType() -> DocumentationServerErrorAn error that indicates that a received message has no service that can process it.