TNDriveMotionException
@objcMembers
public class TNDriveMotionException : NSObject, Error
Exception of drive motion. In order to ensure that the application runs normally under abnormal conditions, please catch it.
-
Undocumented
Declaration
Swift
public let code: Int
-
Undocumented
Declaration
Swift
public let message: String
-
Undocumented
Declaration
Swift
public init(code: Int, message: String)
-
Undocumented
Declaration
Swift
public override var description: String { get }
-
Undocumented
Declaration
Swift
public override var debugDescription: String { get }