ErrorType
public enum ErrorType : Int
Type classification for a login or connect error
-
An error occured on the server
Declaration
Swift
case server = 2
-
Directory list was empty
Declaration
Swift
case directory = 4
-
An issue with the account being used
Declaration
Swift
case account = 5
-
Too many requests were being made by this device
Declaration
Swift
case ratelimited = 6
-
The provided OAUTH token is expired
Declaration
Swift
case token_expired = 7