MCPcopy Create free account
hub / github.com/catboost/catboost / Error

Method Error

contrib/libs/flatbuffers/src/idl_parser.cpp:394–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394CheckedError Parser::Error(const std::string &msg) {
395 Message("error: " + msg);
396 return CheckedError(true);
397}
398
399CheckedError Parser::RecurseError() {
400 return Error("maximum parsing depth " + NumToString(parse_depth_counter_) +

Callers 5

atotFunction · 0.45
AcceptEnumeratorMethod · 0.45
AssignEnumeratorValueMethod · 0.45
ValidateImplMethod · 0.45
ValidateValueMethod · 0.45

Calls 2

CheckedErrorClass · 0.85
MessageClass · 0.50

Tested by

no test coverage detected