FUIBarcodeScannerError

public enum FUIBarcodeScannerError : Error, Equatable
extension FUIBarcodeScannerError: CustomStringConvertible

Enum which covers all errors occurring in the barcode scanner framework.

  • The device does not support barcode scanning. Probably it has no camera.

    Declaration

    Swift

    case deviceNotSupported(error: NSError)
  • This returns an String describing the selected enum case.

    Declaration

    Swift

    public var description: String { get }