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

Method encoding_error

cpp/fory/util/error.h:148–150  ·  view source on GitHub ↗

Creates an encoding format error.

Source from the content-addressed store, hash-verified

146
147 /// Creates an encoding format error.
148 static Error encoding_error(const std::string &msg) {
149 return Error(ErrorCode::EncodingError, msg);
150 }
151
152 /// Creates a depth exceeded error.
153 static Error depth_exceed(const std::string &msg) {

Callers

nothing calls this directly

Calls 1

ErrorClass · 0.70

Tested by

no test coverage detected