GeneralError
public enum GeneralError : Swift.Error
A general error thrown by AviationKit.
A generalized error thrown by AviationKit
-
The general error
Declaration
Swift
case generalError
-
The expected function has not been implemented
Declaration
Swift
case notImplemented(message: String)
-
Error descriptions for the general error.
Declaration
Swift
public var errorDescription: String? { get }