ComposableCoreLocation Documentation

Structure Location​Manager.​Error

public struct Error: Swift.Error, Equatable  
%11 LocationManager.Error LocationManager.Error Swift.Error Swift.Error LocationManager.Error->Swift.Error Equatable Equatable LocationManager.Error->Equatable

Member Of

LocationManager

A wrapper around Core Location's CLLocationManager that exposes its functionality through effects and actions, making it easy to use with the Composable Architecture and easy to test.

Conforms To

Equatable
Swift.Error

Initializers

init(_:​)

public init(_ error: Swift.Error)  

Properties

error

public let error: NSError