SDK_Operation_Errors
public enum SDK_Operation_Errors : Error
These are errors in the SDK operation.
-
Unkown error. The Int contains any associated error code.
Declaration
Swift
case unknown(Int)
-
Invalid Parameters Provided.
Declaration
Swift
case invalidParameters
-
The attempted creation of a new login failed, as the ID is already taken.
Declaration
Swift
case duplicateLoginID