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

Method code

cpp/src/arrow/c/bridge.h:425–425  ·  view source on GitHub ↗

code is an errno-compatible error code

Source from the content-addressed store, hash-verified

423 std::string ToString() const override { return message_; }
424 // code is an errno-compatible error code
425 int code() const { return code_; }
426 // returns any metadata that was returned with the error, likely in a
427 // key-value format similar to ArrowSchema metadata
428 const std::string& ErrorMetadataString() const { return metadata_; }

Callers 1

ToCErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected