RoadObjectMatcherError
public struct RoadObjectMatcherError : LocalizedError
An error that occures during road object matching.
-
Description of the error.
Declaration
Swift
public let description: String -
Identifier of the road object for which matching is failed.
Declaration
Swift
public let roadObjectIdentifier: RoadObject.Identifier -
Declaration
Swift
public var errorDescription: String? { get } -
Initializes a new
RoadObjectMatcherError.Declaration
Swift
public init(description: String, roadObjectIdentifier: RoadObject.Identifier)Parameters
descriptionDescription of the error.
roadObjectIdentifierIdentifier of the road object for which matching is failed.
Install in Dash
RoadObjectMatcherError Structure Reference