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)
-
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)
-
A textual representation of the error.
Declaration
Swift
public var description: String { get }