Size
public enum Size : LocalizedError
Domain size error.
-
Error received when a given string domains too many characters to be used as a domain name.
Declaration
Swift
case tooLong(String) -
Declaration
Swift
public var errorDescription: String? { get }
View on GitHub
Install in Dash
Size Enumeration Reference