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

Function ExceptionToStatus

cpp/src/arrow/filesystem/azurefs.cc:306–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304
305template <typename... PrefixArgs>
306Status ExceptionToStatus(const Azure::Core::RequestFailedException& exception,
307 PrefixArgs&&... prefix_args) {
308 return Status::IOError(std::forward<PrefixArgs>(prefix_args)..., " Azure Error: [",
309 exception.ErrorCode, "] ", exception.what());
310}
311
312std::string BuildApplicationId() {
313 return "azpartner-arrow/" + GetBuildInfo().version_string;

Callers 15

InitMethod · 0.85
ReadAtMethod · 0.85
CreateEmptyBlockBlobFunction · 0.85
GetBlockListFunction · 0.85
CommitBlockListFunction · 0.85
StageBlockFunction · 0.85
InitMethod · 0.85
DoReleaseMethod · 0.85
BreakMethod · 0.85

Calls 2

IOErrorFunction · 0.85
whatMethod · 0.45

Tested by

no test coverage detected