Structure
LocationManager.Error
public struct Error: Swift.Error, Equatable
Relationships
Member Of
LocationManagerA wrapper around Core Location's
CLLocationManagerthat exposes its functionality through effects and actions, making it easy to use with the Composable Architecture and easy to test.
Conforms To
EquatableSwift.Error
Initializers
init(_:)
public init(_ error: Swift.Error)
Properties
error
public let error: NSError