:ERROR 1323:.
A Cued Speech syllable should contain a maximum of two phonemes. Got {} instead.

:ERROR 1323:.
A Cued Speech syllable should contain a maximum of two phonemes. Got {} instead.
def __init__(self, value):
self._status = 1323
self.parameter = error(self._status) + error(self._status, 'annotations').format(value)
def get_status(self):
return self._status
def __str__(self):
return repr(self.parameter)