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

Method depth_exceed

cpp/fory/util/error.h:153–155  ·  view source on GitHub ↗

Creates a depth exceeded error.

Source from the content-addressed store, hash-verified

151
152 /// Creates a depth exceeded error.
153 static Error depth_exceed(const std::string &msg) {
154 return Error(ErrorCode::DepthExceed, msg);
155 }
156
157 /// Creates an unsupported operation error.
158 static Error unsupported(const std::string &msg) {

Callers

nothing calls this directly

Calls 1

ErrorClass · 0.70

Tested by

no test coverage detected