InternalError
public struct InternalError : RuntimeError
An error thrown when the driver encounters a internal error not caused by the user. This is usually indicative of a bug in the driver or system related failure (e.g. memory allocation failure).
-
Undocumented
Declaration
Swift
public var errorDescription: String { get }