InternalSeamError
public enum InternalSeamError : Error
Undocumented
-
Undocumented
Declaration
Swift
case phoneNativeProviderInitializationFailure(SeamSDKError)
-
Undocumented
Declaration
Swift
case phoneNativeSeosError(SeamSDKError)
-
Undocumented
Declaration
Swift
case phoneNativeLatchError(SeamSDKError)
-
Undocumented
Declaration
Swift
case phoneNativeSaltoError(SeamSDKError)
-
Undocumented
Declaration
Swift
case phoneNativeDormakabaError(SeamSDKError)
-
Undocumented
Declaration
Swift
public static func phoneNativeProviderInitializationFailure(_ message: String, metadata: [String : Any]? = nil) -> InternalSeamError
-
Undocumented
Declaration
Swift
public static func phoneNativeProviderInitializationFailure(e: Error) -> InternalSeamError
-
Undocumented
Declaration
Swift
public static func phoneNativeSeosError(error: Error) -> InternalSeamError
-
Undocumented
Declaration
Swift
public static func phoneNativeLatchError(error: Error) -> InternalSeamError
-
Undocumented
Declaration
Swift
public static func phoneNativeSaltoError(_ error: Error) -> InternalSeamError
-
Undocumented
Declaration
Swift
public static func phoneNativeDormakabaError(errorCode: Int, description: String) -> InternalSeamError