AnswerError
public enum AnswerError : Error
The different errors that can occur when instantiating an Answer
-
The
Answerwas unacceptable. Occurs when theAnsweris of a wrong type, or in the case of aMultipleChoiceSelection, the selected choice was not in the originalQuestionDeclaration
Swift
case unacceptable
AnswerError Enumeration Reference