Error

public enum Error : Swift.Error
extension PlayLEDPatternCommand.Error: CustomStringConvertible

Errors thrown by PlayLEDPatternCommand.

  • Throw this error if the component does not have an LED.

    Declaration

    Swift

    case componentDoesNotSupportPlayLEDPattern
  • Error description.

    Declaration

    Swift

    public var description: String { get }