:ERROR 1321:.
A Cued Speech syllable should contain at least one phoneme. Got {} instead.

:ERROR 1321:.
A Cued Speech syllable should contain at least one phoneme. Got {} instead.
def __init__(self, value):
self._status = 1321
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)