Uploaded image for project: 'C++ Driver'
  1. C++ Driver
  2. CXX-513

Ensure we don't depend on the "no such cmd" error message

      Using grep I am seeing that we might depend on this in certain places within the legacy driver.

      src/mongo/client/dbclient.cpp
      1227:                                   strstr( e.valuestr(), "no such cmd: saslStart")));
      1600:                    ( errmsg.find( "no such cmd" ) != string::npos )
      2225:                    ( errmsg.find( "no such cmd" ) != string::npos )
      

            Assignee:
            adam.midvidy Adam Midvidy
            Reporter:
            tyler@10gen.com Tyler Brock
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: