Searched refs:QAPISchemaError (Results 1 - 1 of 1) sorted by relevance

/external/qemu/scripts/
H A Dqapi.py38 class QAPISchemaError(Exception): class in inherits:Exception
87 raise QAPISchemaError(self,
104 raise QAPISchemaError(self, 'Stray "%s"' % self.tok)
112 raise QAPISchemaError(self, 'Expected string or "}"')
117 raise QAPISchemaError(self, 'Expected ":"')
124 raise QAPISchemaError(self, 'Expected "," or "}"')
127 raise QAPISchemaError(self, 'Expected string')
135 raise QAPISchemaError(self, 'Expected "{", "[", "]" or string')
142 raise QAPISchemaError(self, 'Expected "," or "]"')
147 raise QAPISchemaError(sel
[all...]

Completed in 80 milliseconds