Structure
    LocationManager.Error
public struct Error: Swift.Error, Equatable  Relationships
Member Of
- LocationManager
- A 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
- Equatable
- Swift.Error
Initializers
        init(_:)
    
    public init(_ error: Swift.Error)  Properties
        error
    
    public let error: NSError