QRCodeError
public enum QRCodeError : Error
All possible errors that could occur when constructing QRCode
.
-
The thing you want to save is too large for
QRCode
.Declaration
Swift
case dataLengthExceedsCapacityLimit
-
Can not encode the given string using the specified encoding.
Declaration
Swift
case text(String, incompatibleWithEncoding: String.Encoding)
-
Fill a new issue on GitHub, or submit a pull request.
Declaration
Swift
case internalError(ImplmentationError)
-
Should probably contact developer is you ever see any of these.
See moreDeclaration
Swift
public enum ImplmentationError