Lines Matching refs:strError
130 CMessage::Result CMessage::serialize(Socket &&socket, bool bOut, string &strError) in serialize() argument
162 strError += string("Size write failed: ") + ec.message(); in serialize()
169 strError += string("Msg write failed: ") + ec.message(); in serialize()
176 strError = string("Data write failed: ") + ec.message(); in serialize()
185 strError = string("Checksum write failed: ") + ec.message(); in serialize()
195 strError = string("Sync read failed: ") + ec.message(); in serialize()
205 strError = "Sync word incorrect"; in serialize()
213 strError = string("Size read failed: ") + ec.message(); in serialize()
219 strError = string("Msg id read failed: ") + ec.message(); in serialize()
230 strError = string("Data read failed: ") + ec.message(); in serialize()
238 strError = string("Checksum read failed: ") + ec.message(); in serialize()
244 strError = "Received checksum != computed checksum"; in serialize()