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

Method SetErrorExtraData

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

Source from the content-addressed store, hash-verified

289 void SetErrorInvalidEscape() { error_msg_ = GetSyntaxErrorContext("Invalid \\escape"); }
290
291 void SetErrorExtraData() { error_msg_ = GetSyntaxErrorContext("Extra data"); }
292
293 void SetErrorExpectingPropertyName() {
294 error_msg_ = GetSyntaxErrorContext("Expecting property name enclosed in double quotes");

Callers 1

ParseTailMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected