SpeedifyErrorType
public enum SpeedifyErrorType : Int
Type classification for a login or connect error
-
No error occured
Declaration
Swift
case none = -1
-
No error occured
Declaration
Swift
case ok = 0
-
A network error occured
Declaration
Swift
case network = 1
-
An error occured on the server
Declaration
Swift
case server = 2
-
An error occured with the current credentials
Declaration
Swift
case credential = 3
-
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
-
User has reached the registered device limit @since 13.3
Declaration
Swift
case device_limit = 10
-
Setting locked by server configuration @since 14.0
Declaration
Swift
case lock_team = 11
-
Setting locked by account configuration @since 14.0
Declaration
Swift
case lock_account = 12
-
An invalid argument was supplied @since 14.0
Declaration
Swift
case invalid_argument = 13