SDK_Error
public enum SDK_Error
These are supplied in the delegate method.
-
Unkown error. The associated value is any Error that was supplied.
Declaration
Swift
case unknown(Error?) -
There was an error in the connection between the SDK and the server.
Declaration
Swift
case connectionError(SDK_Connection_Errors) -
There was a problem with the data that was transferred from the server to the SDK.
Declaration
Swift
case dataError(SDK_Data_Errors) -
There was a problem in the operation of the SDK.
Declaration
Swift
case operationalError(SDK_Operation_Errors)
View on GitHub
SDK_Error Enumeration Reference