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

Method struct_version_mismatch

cpp/fory/util/error.h:168–170  ·  view source on GitHub ↗

Creates a struct version mismatch error.

Source from the content-addressed store, hash-verified

166
167 /// Creates a struct version mismatch error.
168 static Error struct_version_mismatch(const std::string &msg) {
169 return Error(ErrorCode::StructVersionMismatch, msg);
170 }
171
172 /// Creates an out of memory error.
173 static Error out_of_memory(const std::string &msg) {

Callers

nothing calls this directly

Calls 1

ErrorClass · 0.70

Tested by

no test coverage detected