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.A textual representation of the error.
Declaration
Swift
public var description: String { get }
Error indicating that there is an issue with the provided argument. The accompanying value specifies the cause of the error.
Declaration
Swift
case invalidArgument(String)
Incorrect Telemetry service configuration.
Declaration
Swift
case invalidConfig(String)