Enumerationswift-package-manager 6.0.1PackagePlugin
PluginDeserializationError
Errors.swift:43enum PluginDeserializationError
Cases
case malformedInputJSON(String)
The input JSON is malformed in some way; the message provides more details.
Citizens in PackagePlugin
Conformances
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Error
A type representing an error value that can be thrown.
protocol Escapable
protocol Sendable
Instance members
Instance features
var localizedDescription: String
Retrieve the localized description for this error.