InternalError
public struct InternalError : MongoRuntimeError
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).
-
Declaration
Swift
public var errorDescription: String? { get }