Lines Matching full:raise
139 raise LocalError('already connected')
165 raise LocalError('maxio={0} < minimum {1}'.format(maxio, minio))
178 raise LocalError('new maxio={0} < minimum {1}'.format(maxio, minio))
180 raise LocalError('new maxio={0} > current {1}'.format(maxio,
234 # should we raise an error here?
243 # indicate EOF - should we raise an error instead, here?
287 raise LocalError('data length {0} exceeds '
393 raise LocalError('all tags in use')
677 raise TEError('{0}: {1}: timeout or EOF'.format(self, req))
679 raise RemoteError(self, req, None, 'Rlerror', resp.ecode)
682 raise RemoteError(self, req, resp.errstr, 'Rerror', None)
683 raise RemoteError(self, req, None, 'Rerror', resp.errnum)
684 raise LocalError('{0}: {1} got response {2!r}'.format(self, req, resp))
720 raise LocalError('connect: no server specified and no default')
745 raise RemoteError(self, 'version ' + version,
752 raise LocalError('{0}: sent maxio={1}, they tried {2}: '
758 raise LocalError('{0}: they only support '
842 raise LocalError('{0}: not attached'.format(self))
845 raise LocalError('{0}: lookup: invalid '
860 # way down the path. Raise OSError(ENOENT) if we're short.
865 raise LocalError('{0}: walk {1} in {2} returned {3} '
874 raise OSError(errno.ENOENT,
1062 raise ValueError('cannot wstat a stat.{0}'.format(field))
1068 raise TypeError('wstat() got an unexpected keyword argument '
1261 raise ValueError('cannot Tsetattr {0}'.format(field))
1285 raise ValueError('invalid {0}={1!r}'.format(field,
1309 raise TypeError('Tsetattr() got an unexpected keyword argument '
1344 raise LocalError('{0}: not attached'.format(self))
1349 raise LocalError('{0}: {1!r}: empty path'.format(self, path))
1396 raise ValueError('gid is required when creating file or dir')
1453 raise OSError(_wrong_file_type(qid),
1468 raise OSError(errno.ENOENT,
1513 raise OSError(_wrong_file_type(qid),
1559 raise OSError(errno.ENOTDIR,
1593 raise OSError(errno.ENOTDIR,
1660 File type mismatches (when filetype!=None) raise OSError (?).
1675 raise OSError(_wrong_file_type(qid),
1689 raise OSError(_wrong_file_type(qid),
1711 raise
1719 # and actually raise an error for the latter. Should we?
1787 raise ValueError('untranslated bits 0x{0:x} in os flags'.format(flags))