UIConfigurationError
public enum UIConfigurationError : Error
UI Configuration errors that can be thrown
-
Dismiss button text is missing.
Declaration
Swift
case dismissButtonTextBlank -
Dismiss button text is too long. Maximum length is 10 characters.
Declaration
Swift
case dismissButtonTextTooLong -
Header text is missing.
Declaration
Swift
case headerTextBlank -
Header text is too long. Maximum length is 20 characters.
Declaration
Swift
case headerTextTooLong
Install in Dash
UIConfigurationError Enumeration Reference