ESPDeviceCSSError

public enum ESPDeviceCSSError : ESPError

‘ESPDeviceCSSError’ consist of error case that are generated while creating objects of physical ESPDevice. List covers failed cases of operation like Create, Scan and Search of ESPDevice.

  • Indicates camera is not available in device.

    Declaration

    Swift

    case cameraNotAvailable
  • Camera access is denied by user.

    Declaration

    Swift

    case cameraAccessDenied
  • Unable to process camera input stream.

    Declaration

    Swift

    case avCaptureDeviceInputError
  • Failed to get Video input.

    Declaration

    Swift

    case videoInputError
  • AVCaptureOutput instance can not be added to session.

    Declaration

    Swift

    case videoOutputError
  • QR code has some missing parameters or unsupported type. Please refer to RainMaker docs for more details.

    Declaration

    Swift

    case invalidQRCode(String)
  • No ESPDevice is found on search.

    Declaration

    Swift

    case espDeviceNotFound
  • SoftAp ESPDeivce search is not currently supported in iOS.

    Declaration

    Swift

    case softApSearchNotSupported
  • Declaration

    Swift

    public var description: String { get }
  • Declaration

    Swift

    public var code: Int { get }