MongoDB.Driver.Database.GetPreviousError C# (CSharp) Метод

GetPreviousError() публичный Метод

Call after sending a bulk operation to the database.
public GetPreviousError ( ) : Document
Результат Document
        public Document GetPreviousError()
        {
            return SendCommand("getpreverror");
        }