MCPcopy Create free account
hub / github.com/apache/tvm-ffi / SetErrorDefault

Method SetErrorDefault

src/ffi/extra/json_parser.cc:269–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 }
268
269 void SetErrorDefault() { error_msg_ = GetSyntaxErrorContext("Syntax error near"); }
270
271 void SetErrorExpectingValue() { error_msg_ = GetSyntaxErrorContext("Expecting value"); }
272

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected