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 unsupportedAnnouncementType
  • cannot convert from Instruction protocol to AnnouncementManeuver.

    Declaration

    Swift

    case unexpectedInstructionType(String)