TelemetryError
public enum TelemetryError : Error, Equatable
extension TelemetryError: CustomStringConvertible
Telemetry error.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Incorrect Telemetry service configuration.
Declaration
Swift
case invalidConfig(String)
-
A textual representation of the error.
Declaration
Swift
public var description: String { get }