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

Function PostArrowUtilError

cpp/src/arrow/flight/sql/odbc/odbc_impl/system_dsn.cc:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void PostArrowUtilError(arrow::Status error_status) {
56 std::string error_msg = error_status.message();
57 CONVERT_SQLWCHAR_STR(werror_msg, error_msg);
58
59 PostError(ODBC_ERROR_GENERAL_ERR,
60 const_cast<LPWSTR>(reinterpret_cast<LPCWSTR>(werror_msg.c_str())));
61}
62
63void PostLastInstallerError() {
64#define BUFFER_SIZE (1024)

Callers 2

ConvertToSQLWCHARFunction · 0.85
ConfigDSNWFunction · 0.85

Calls 1

PostErrorFunction · 0.85

Tested by

no test coverage detected