Home
last modified time | relevance | path

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

/openbmc/qemu/python/qemu/qmp/
H A Dqmp_client.py26 from .models import ErrorResponse, Greeting
77 def __init__(self, error_response: ErrorResponse, argument
85 self.error: ErrorResponse = error_response
578 error_response = ErrorResponse(reply)
H A Dmodels.py105 class ErrorResponse(Model): class