InputTypeMismatchAction
public enum InputTypeMismatchAction
Action to take when actual input type at runtime does not match expected input type declared in code.
-
Declaration
Swift
case error
-
Pass the input response through unmodified.
Declaration
Swift
case skip
-
Pass the input response through unmodified if it matches the output type; otherwise output an error.
Declaration
Swift
case skipIfOutputTypeMatches