ImplmentationError
public enum ImplmentationError
Internal implementation error types.
-
Failed to determine the size of the data.
Declaration
Swift
case dataLengthIndeterminable
-
Data length exceeds the capacity limit.
Declaration
Swift
case dataLength(Int, exceedsCapacityLimit: Int)