CommandError
public enum CommandError : Error
extension CommandError: LocalizedError
Undocumented
-
Undocumented
Declaration
Swift
case timeout(timeout: Int)
-
Undocumented
Declaration
Swift
case responseMalformed(response: Notification?)
-
Undocumented
Declaration
Swift
case failed(code: ErrorCode, message: String)
-
Declaration
Swift
public var errorDescription: String? { get }