AuthenticationError
public enum AuthenticationError : UInt32, CaseIterable, Codable
extension AuthenticationError : Error
Authentication error
-
Invalid parameter is received. SDK engine and callback must not be null
Declaration
Swift
case invalidParameter = 1 -
Authentication failed. Check your credentials.
Declaration
Swift
case authenticationFailed -
Network connection problems.
Declaration
Swift
case noConnection -
Method is invoked on object connected to the disposed SDKNativeEngine.
Declaration
Swift
case operationAfterDispose