SwiftDocCConvertServiceErrorStructureConvertServiceErrorAn error that occurs during the processing of a documentation conversion request.struct ConvertServiceErrorTopicsInitializersinit(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 conversionError(underlyingError: String) -> ConvertServiceErrorAn error that indicates that an error occurred while converting documentation.static func invalidRequest(underlyingError: String) -> ConvertServiceErrorAn error that indicates that a received request could not be decoded, likely because it is encoded in an invalid format.static func invalidResponseMessage(underlyingError: String) -> ConvertServiceErrorAn error that indicates that a response could not be encoded.static func missingPayload() -> ConvertServiceErrorAn error that indicates that a convert request has no associated payload.