WriteError
public struct WriteError : MongoServerErrorAn error that is thrown when a single write command fails on the server.
- 
                  
                  The write error associated with this error. DeclarationSwift public let writeFailure: WriteFailure?
- 
                  
                  The write concern error associated with this error. DeclarationSwift public let writeConcernFailure: WriteConcernFailure?
- 
                  
                  Labels that may describe the context in which this error was thrown. DeclarationSwift public let errorLabels: [String]?
- 
                  
                  DeclarationSwift public var errorDescription: String? { get }
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
           WriteError Structure Reference
      WriteError Structure Reference