LetInError
public enum LetInError : String
Error enum for letIn operation
-
internal error
Declaration
Swift
case internalError -
illegal operation
Declaration
Swift
case illegal -
call was not found
Declaration
Swift
case callNotFound
View on GitHub