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

Method unknown_enum

cpp/fory/util/error.h:138–140  ·  view source on GitHub ↗

Creates an unknown enum error.

Source from the content-addressed store, hash-verified

136
137 /// Creates an unknown enum error.
138 static Error unknown_enum(const std::string &msg) {
139 return Error(ErrorCode::UnknownEnum, msg);
140 }
141
142 /// Creates a type error.
143 static Error type_error(const std::string &msg) {

Callers

nothing calls this directly

Calls 1

ErrorClass · 0.70

Tested by

no test coverage detected