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

Function SerializationError

cpp/src/arrow/status.h:257–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255 /// Return an error status when some (de)serialization operation failed
256 template <typename... Args>
257 static Status SerializationError(Args&&... args) {
258 return Status::FromArgs(StatusCode::SerializationError, std::forward<Args>(args)...);
259 }
260
261 template <typename... Args>
262 static Status RError(Args&&... args) {

Callers 1

PackToAnyAndSerializeFunction · 0.85

Calls 1

FromArgsFunction · 0.85

Tested by

no test coverage detected