FUIInlineValidationType public enum FUIInlineValidationType Setting the type of the message none As an undefined message Declaration Swift case none info As an info message Declaration Swift case info success As a success message Declaration Swift case success error As an error message Declaration Swift case error warning As a warning message Declaration Swift case warning