MCPcopy Create free account
hub / github.com/apache/fory / invalid_data

Method invalid_data

cpp/fory/util/error.h:128–130  ·  view source on GitHub ↗

Creates an invalid data error.

Source from the content-addressed store, hash-verified

126
127 /// Creates an invalid data error.
128 static Error invalid_data(const std::string &msg) {
129 return Error(ErrorCode::InvalidData, msg);
130 }
131
132 /// Creates an invalid reference error.
133 static Error invalid_ref(const std::string &msg) {

Callers

nothing calls this directly

Calls 1

ErrorClass · 0.70

Tested by

no test coverage detected