MCPcopy Create free account
hub / github.com/apache/arrow / ToString

Method ToString

cpp/src/arrow/util/io_util.cc:413–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411 const char* type_id() const override { return kWinErrorDetailTypeId; }
412
413 std::string ToString() const override {
414 std::stringstream ss;
415 ss << "[Windows error " << errnum_ << "] " << WinErrorMessage(errnum_);
416 return ss.str();
417 }
418
419 int errnum() const { return errnum_; }
420

Callers

nothing calls this directly

Calls 2

WinErrorMessageFunction · 0.85
strMethod · 0.80

Tested by

no test coverage detected