enum ControlPlaneError
Swift
enum ControlPlaneError
Not documented.
Sources/LavaClient/ControlPlane.swift:463
Cases
case noCompositor(path: String, running: [String])
Not documented.
Sources/LavaClient/ControlPlane.swift:464
case badReference(String)
Not documented.
Sources/LavaClient/ControlPlane.swift:465
case noEndpoint(String)
Not documented.
Sources/LavaClient/ControlPlane.swift:466
case classMismatch
Not documented.
Sources/LavaClient/ControlPlane.swift:467
case timedOut
Not documented.
Sources/LavaClient/ControlPlane.swift:468
Properties
var description: String { get }
Not documented.
Sources/LavaClient/ControlPlane.swift:470