InstructionError
public enum InstructionError : Error
Exceptions that can be thrown during the creation of an Instruction.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Cannot convert from Instruction protocol to requested specialization.
Declaration
Swift
case unsupportedConversion -
Cannot convert from Instruction protocol to
AnnouncementManeuver.Declaration
Swift
case unsupportedAnnouncementType -
Cannot convert from
Instructionprotocol to TriggeringInstructionType.Declaration
Swift
case unexpectedInstructionType(String)
InstructionError Enumeration Reference