InitializationError
public enum InitializationError : Error
An error that occurs during the creation of the instance.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Indicates that the property
countryCodeis empty.Declaration
Swift
case countryCode -
Indicates that the property
countryNameis empty.Declaration
Swift
case countryName
InitializationError Enumeration Reference