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

Method invalid_ref

cpp/fory/util/error.h:133–135  ·  view source on GitHub ↗

Creates an invalid reference error.

Source from the content-addressed store, hash-verified

131
132 /// Creates an invalid reference error.
133 static Error invalid_ref(const std::string &msg) {
134 return Error(ErrorCode::InvalidRef, msg);
135 }
136
137 /// Creates an unknown enum error.
138 static Error unknown_enum(const std::string &msg) {

Callers

nothing calls this directly

Calls 1

ErrorClass · 0.70

Tested by

no test coverage detected