Home
last modified time | relevance | path

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

/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py1384 error_str = "Expecting request format { 'data': <value> }, got '%s'" variable in JsonApiRequestPlugin
1403 abort(400, self.error_str % request.json)
1432 error_str = "Expecting request format { 'data': %s }, got '%s'" variable in JsonApiRequestTypePlugin
1448 abort(400, self.error_str % (str(request_type), request.json))
1586 self.error_str = "Expecting content type '%s', got '%s'"
1592 abort(415, self.error_str % (self.expected_type,