FWFormViewModelError
enum FWFormViewModelError : Error
Possible errors when interacting with FWFormViewModel
.
-
Field at index has an invalid input.
Declaration
Swift
case invalidFieldAt(IndexPath)
-
Declaration
Swift
var localizedDescription: String { get }