ImplmentationError
public enum ImplmentationError
Should probably contact developer is you ever see any of these.
-
fail to determine how large is the data.
Declaration
Swift
case dataLengthIndeterminable -
fail to find appropriate container for your data.
Declaration
Swift
case dataLength(Int, exceedsCapacityLimit: Int)
View on GitHub
Install in Dash
ImplmentationError Enumeration Reference