Enumerations

The following enumerations are available globally.

  • Error list of the LunaCamera module.

    See more

    Declaration

    Swift

    public enum CameraError : LocalizedError
  • MissingHashMarkAsPrefix: “Invalid RGB string, missing ‘#’ as prefix” UnableToScanHexValue: “Scan hex error” MismatchedHexStringLength: “Invalid RGB string, number of characters after ‘#’ should be either 3, 4, 6 or 8”

    See more

    Declaration

    Swift

    public enum UIColorInputError : Error