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

Method unsupported

cpp/fory/util/error.h:158–160  ·  view source on GitHub ↗

Creates an unsupported operation error.

Source from the content-addressed store, hash-verified

156
157 /// Creates an unsupported operation error.
158 static Error unsupported(const std::string &msg) {
159 return Error(ErrorCode::Unsupported, msg);
160 }
161
162 /// Creates a not allowed operation error.
163 static Error not_allowed(const std::string &msg) {

Callers

nothing calls this directly

Calls 1

ErrorClass · 0.70

Tested by

no test coverage detected