HereSDKTimeZoneServiceError
enum HereSDKTimeZoneServiceError {}
Type definition for TimeZoneService error types, returned as the error code of NSError objects
-
Timezone not found
Declaration
Objective-C
HereSDKTimeZoneNotFound = 10201Swift
case notFound = 10201 -
Coordinate not valid
Declaration
Objective-C
HereSDKTimeZoneCoordinateNotValidSwift
case coordinateNotValid = 10202
HereSDKTimeZoneServiceError Enumeration Reference