InternalError
public struct InternalError : BSONErrorProtocol
extension BSONError.InternalError: MongoErrorProtocol
An error thrown when the BSON library encounters a internal error not caused by the user. This is usually indicative of a bug in the BSON library or system related failure.
-
Declaration
Swift
public var errorDescription: String? { get }