Home
last modified time | relevance | path

Searched refs:QAPIParseError (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/scripts/qapi/
H A Dparser.py58 class QAPIParseError(QAPISourceError): class
318 raise QAPIParseError(self, "missing terminating \"'\"")
323 raise QAPIParseError(self,
333 raise QAPIParseError(
355 raise QAPIParseError(self, "stray '%s'" % match.group(0))
363 raise QAPIParseError(self, "expected string or '}'")
370 raise QAPIParseError(self, "expected ':'")
373 raise QAPIParseError(self, "duplicate key '%s'" % key)
379 raise QAPIParseError(self, "expected ',' or '}'")
382 raise QAPIParseError(self, "expected string")
[all …]