:ERROR 9110:.
{!s:s} is not of the expected type 'HTMLNode'.
:ERROR 9110:.
{!s:s} is not of the expected type 'HTMLNode'.
def __init__(self, rtype):
self._status = 9110
self.parameter = error(self._status) + error(self._status, 'globals').format(rtype)
def get_status(self):
return self._status
def __str__(self):
return repr(self.parameter)